Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-jsonnet
/ length
Method
length
value.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(s *valueFlatString) length() int {
108
return
len(s.value)
109
}
110
111
func
(s *valueFlatString) getType() *valueType {
112
return
stringType
Callers
1
index
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected