(node: ConfigProvider.Node | undefined)
| 682 | loadCursor(cursor.provider, [...cursor.path, segment]) |
| 683 | |
| 684 | const getScalar = (node: ConfigProvider.Node | undefined): string | undefined => node?.value |
| 685 | |
| 686 | const decodeFromCursor = ( |
| 687 | ast: SchemaAST.AST, |
no outgoing calls
no test coverage detected