Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/go-jsonnet
/ length
Method
length
value.go:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
func
(arr *valueArray) length() int {
301
return
len(arr.elements)
302
}
303
304
func
makeValueArray(elements []*cachedThunk) *valueArray {
305
// We don't want to keep a bigger array than necessary
Callers
1
index
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected