MCPcopy Create free account
hub / github.com/araddon/qlbridge / Length

Struct Length

expr/builtins/list_map.go:21–21  ·  view source on GitHub ↗

len length of array types len([1,2,3]) => 3, true len(not_a_field) => -- NilInt, false

Source from the content-addressed store, hash-verified

19// len(not_a_field) => -- NilInt, false
20//
21type Length struct{}
22
23// Type is IntType
24func (m *Length) Type() value.ValueType { return value.IntType }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected