Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d1ll0n/stack-packer
/ isSupportedNode
Function
isSupportedNode
src/parser/parser.ts:163–165 ·
view source on GitHub ↗
(x: ASTNode)
Source
from the content-addressed store, hash-verified
161
}
162
163
const
isSupportedNode = (x: ASTNode): x is SubNodeType => {
164
return
SubNodeTypeStrings.includes(x.
type
);
165
}
166
167
export
function
parseFile(file: string): DefinedType[] {
168
let
structs = [];
Callers
1
parseFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected