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

Method Text

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

Source from the content-addressed store, hash-verified

2973
2974type SourceFileLike interface {
2975 Text() string
2976 ECMALineMap() []core.TextPos
2977}
2978

Callers 15

getLiteralTextOfNodeMethod · 0.65
getTextOfNodeMethod · 0.65
writeCommentRangeMethod · 0.65
shouldWriteCommentMethod · 0.65
hasCommentsAtPositionMethod · 0.65
emitShebangIfNeededMethod · 0.65
WriteMethod · 0.65
emitLeadingCommentsMethod · 0.65
emitTrailingCommentsMethod · 0.65

Implementers 2

SourceFileinternal/ast/ast.go
fourslashDiagnosticFileinternal/fourslash/fourslash.go

Calls

no outgoing calls

Tested by 5

TestSessionFunction · 0.52
TestATAFunction · 0.52
writeRangeDiffFunction · 0.52