Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2564
func
(node *SourceFile) Text() string {
2565
return
node.text
2566
}
2567
2568
func
(node *SourceFile) FileName() string {
2569
return
node.parseOptions.FileName
Callers
3
ECMALineMap
Method · 0.95
GetPositionMap
Method · 0.95
GetSourceMapRecord
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected