isPristine

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

Returns whether all values at a path matching path are pristine (i.e. are not dirty).

Throws

If path matches no schema paths.