Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dotabuff/manta
/ stringDecoder
Function
stringDecoder
field_decoder.go:127–129 ·
view source on GitHub ↗
(r *reader)
Source
from the content-addressed store, hash-verified
125
}
126
127
func
stringDecoder(r *reader) cell {
128
return
refCell(r.readString())
129
}
130
131
func
defaultDecoder(r *reader) cell {
132
return
uint32Cell(r.readVarUint32())
Callers
nothing calls this directly
Calls
2
refCell
Function · 0.85
readString
Method · 0.80
Tested by
no test coverage detected