MCPcopy Index your code
hub / github.com/gpujs/gpu.js / astKey

Method astKey

src/backend/function-node.js:1452–1455  ·  view source on GitHub ↗
(ast, separator = ',')

Source from the content-addressed store, hash-verified

1450 }
1451
1452 astKey(ast, separator = ',') {
1453 if (!ast.start || !ast.end) throw new Error('AST start and end needed');
1454 return `${ast.start}${separator}${ast.end}`;
1455 }
1456}
1457
1458const typeLookupMap = {

Callers 4

getTypeMethod · 0.95
astLiteralMethod · 0.95
astLiteralMethod · 0.80
astSwitchStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected