MCPcopy Create free account
hub / github.com/microsoft/typescript-go / End

Method End

internal/ast/ast.go:194–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192func (n *Node) AsNode() *Node { return n }
193func (n *Node) Pos() int { return n.Loc.Pos() }
194func (n *Node) End() int { return n.Loc.End() }
195func (n *Node) IterChildren() iter.Seq[*Node] {
196 // Implemented directly (rather than through the nodeData interface) so that the
197 // returned iterator and the visitor closure it passes to ForEachChild do not

Callers 13

getCallHierarchyItemNameFunction · 0.95
recordCallSiteMethod · 0.95
emitListItemsMethod · 0.95
MoveRangePastModifiersFunction · 0.95
MoveRangePastDecoratorsFunction · 0.95
isInternalDeclarationMethod · 0.95
FindPrecedingTokenExFunction · 0.95
findRightmostValidTokenFunction · 0.95

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected