MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / erlang.ts

File erlang.ts

src/extraction/languages/erlang.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Node as SyntaxNode } from 'web-tree-sitter';
2import { getNodeText, getChildByField, getPrecedingDocstring } from '../tree-sitter-helpers';
3import type { LanguageExtractor, ExtractorContext } from '../tree-sitter-types';
4

Callers

nothing calls this directly

Calls 10

getChildByFieldFunction · 0.90
getNodeTextFunction · 0.90
atomTextFunction · 0.85
collapseWsFunction · 0.85
handleFunDeclFunction · 0.85
handleRecordDeclFunction · 0.85
handleTypeAliasFunction · 0.85
handlePpDefineFunction · 0.85
handleBehaviourFunction · 0.85
handleAppResourceTupleFunction · 0.85

Tested by

no test coverage detected