isTouched

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

Returns whether at least one value at a path matching path has been touched.

Throws

If path matches no schema paths.