setPristine

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

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

Throws

If path matches no schema paths.