MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / toString

Method toString

src/typings/treeSitter.ts:84–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 isMissing(): boolean;
83 isNamed(): boolean;
84 toString(): string;
85 child(index: number): SyntaxNode | null;
86 namedChild(index: number): SyntaxNode | null;
87 childForFieldId(fieldId: number): SyntaxNode | null;

Callers 9

getTextsMethod · 0.80
getBreakpointsFunction · 0.80
getDocumentTokenListMethod · 0.80
runTestFunction · 0.80
moveFileFunction · 0.80
transformFileFunction · 0.80
getCellIndexFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.64