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

Method encodedLength

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

Source from the content-addressed store, hash-verified

64}
65
66func (t *stringTable) encodedLength() int {
67 return len(t.offsets)*4 + len(t.fileText) + t.otherStrings.Len()
68}

Callers 1

encodeMethod · 0.95

Calls 2

lenFunction · 0.85
LenMethod · 0.65

Tested by

no test coverage detected