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

Method stringLength

internal/api/encoder/stringtable.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (t *stringTable) stringLength() int {
63 return len(t.fileText) + t.otherStrings.Len()
64}
65
66func (t *stringTable) encodedLength() int {
67 return len(t.offsets)*4 + len(t.fileText) + t.otherStrings.Len()

Callers 1

encodeTreeFunction · 0.95

Calls 2

lenFunction · 0.85
LenMethod · 0.65

Tested by

no test coverage detected