MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getIdentifierString

Function getIdentifierString

compiler/companion/src/AST.ts:101–103  ·  view source on GitHub ↗
(node: ts.Node)

Source from the content-addressed store, hash-verified

99}
100
101function getIdentifierString(node: ts.Node): string {
102 return node.getText();
103}
104
105function parseFunctionType(node: ts.SignatureDeclarationBase, references: AST.TypeReferences): AST.FunctionType {
106 const parameters: AST.PropertyLikeDeclaration[] = [];

Callers 7

parseFunctionTypeFunction · 0.85
parsePropertyLikeFunction · 0.85
dumpInterfaceFunction · 0.85
dumpFunctionFunction · 0.85
dumpVariableFunction · 0.85
dumpEnumFunction · 0.85

Calls 1

getTextMethod · 0.65

Tested by

no test coverage detected