Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/
Class
src/extraction/astro-extractor.ts:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
* importable).
27
*/
28
export
class
AstroExtractor {
29
private filePath: string;
30
private source: string;
31
private nodes: Node[] = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected