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

Function getAllFrameworkResolvers

src/resolution/frameworks/index.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 * Get all framework resolvers
83 */
84export function getAllFrameworkResolvers(): FrameworkResolver[] {
85 return FRAMEWORK_RESOLVERS;
86}
87
88/**
89 * Get a resolver by name

Callers 3

parse-worker.tsFile · 0.90
extractFromSourceFunction · 0.90
resolution.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected