MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / configKeys

Function configKeys

__tests__/config-secret-redaction.test.ts:65–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 });
64
65 const configKeys = () =>
66 cg.getNodesByKind('constant').filter((n) => n.language === 'yaml' || n.language === 'properties');
67
68 it('still indexes config KEYS as nodes (resolution must not regress)', () => {
69 const byQn = (qn: string) => configKeys().find((n) => n.qualifiedName === qn);

Callers 2

byQnFunction · 0.85

Calls 1

getNodesByKindMethod · 0.65

Tested by

no test coverage detected