()
| 129 | } |
| 130 | |
| 131 | get pathKeys(): Signal<readonly string[]> { |
| 132 | return this.node.structure.pathKeys; |
| 133 | } |
| 134 | |
| 135 | readonly index = computed(() => { |
| 136 | // Attempt to read the key first, this will throw an error if we're on a root field. |
no outgoing calls
no test coverage detected