isUntouched

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

Returns whether all values at paths matching path are untouched (i.e. are not touched).

Throws

If path matches no schema paths.