Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
84
export
function
getAllFrameworkResolvers(): FrameworkResolver[] {
85
return
FRAMEWORK_RESOLVERS;
86
}
87
88
/**
89
* Get a resolver by name
Callers
3
parse-worker.ts
File · 0.90
extractFromSource
Function · 0.90
resolution.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected