MCPcopy Index your code
hub / github.com/microsoft/typescript-go / Text

Method Text

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

Source from the content-addressed store, hash-verified

2562}
2563
2564func (node *SourceFile) Text() string {
2565 return node.text
2566}
2567
2568func (node *SourceFile) FileName() string {
2569 return node.parseOptions.FileName

Callers 3

ECMALineMapMethod · 0.95
GetPositionMapMethod · 0.95
GetSourceMapRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected