MCPcopy 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
163const isSupportedNode = (x: ASTNode): x is SubNodeType => {
164 return SubNodeTypeStrings.includes(x.type);
165}
166
167export function parseFile(file: string): DefinedType[] {
168 let structs = [];

Callers 1

parseFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected