MCPcopy 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
300func (arr *valueArray) length() int {
301 return len(arr.elements)
302}
303
304func makeValueArray(elements []*cachedThunk) *valueArray {
305 // We don't want to keep a bigger array than necessary

Callers 1

indexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected