setUntouched

suspend fun setUntouched(path: Path = AbsolutePath.ROOT)(source)
suspend fun setUntouched(path: String)(source)

Sets all values at paths matching path as untouched (i.e. as not touched), as well as their descendents.

Throws

If path matches no schema paths.