(name: string)
| 82 | |
| 83 | const prefix = `${parentNode}_`; |
| 84 | const prefixed = (name: string) => `${prefix}${name}`; |
| 85 | |
| 86 | const localSubgraphs: Record<string, string[]> = structure.subgraphs || {}; |
| 87 | const localTypes: Record<string, string> = structure.nodeTypes || {}; |
no outgoing calls
no test coverage detected