setTouched

suspend fun setTouched(path: Path = AbsolutePath.MATCH_ALL)(source)
suspend fun setTouched(path: String)(source)

Sets all values at paths matching path as touched, as well as their parents.

Throws

If path matches no schema paths.