(get: (path: Path) => Effect.Effect<Node | undefined, SourceError>)
| 398 | * The `get` callback receives a `Path` and must return |
| 399 | * `Effect<Node | undefined, SourceError>`. Return `undefined` when the path does |
| 400 | * not exist, a `Node` when it does, and fail with `SourceError` only when the |
| 401 | * source cannot be read. |
| 402 | * |
| 403 | * Providers created by `make` also implement the path-transformation |
| 404 | * capability used by {@link mapInput}, {@link constantCase}, and |
| 405 | * {@link nested}. |
no test coverage detected
searching dependent graphs…