Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
func
(t *stringTable) encodedLength() int {
67
return
len(t.offsets)*4 + len(t.fileText) + t.otherStrings.Len()
68
}
Callers
1
encode
Method · 0.95
Calls
2
len
Function · 0.85
Len
Method · 0.65
Tested by
no test coverage detected