We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d2de8 commit 1148167Copy full SHA for 1148167
1 file changed
packages/codegen-core/src/symbols/registry.ts
@@ -123,10 +123,6 @@ export class SymbolRegistry implements ISymbolRegistry {
123
}
124
125
126
- private buildCacheKey(filter: ISymbolMeta): QueryCacheKey {
127
- return this.cacheKeyFromKeySpace(this.buildIndexKeySpace(filter));
128
- }
129
-
130
/**
131
* Derives a stable, order-insensitive cache key from a pre-built key space.
132
* Avoids rebuilding the key space when it's already available.
0 commit comments