MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Len

Method Len

pkg/util/json/json.go:2751–2751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2749func (jsonNumber) Len() int { return 0 }
2750func (jsonString) Len() int { return 0 }
2751func (j jsonArray) Len() int { return len(j) }
2752func (j jsonObject) Len() int { return len(j) }
2753
2754func (jsonNull) toGoRepr() (interface{}, error) { return nil, nil }

Callers 4

CompareMethod · 0.95
RemoveStringMethod · 0.95
HasContainerLeafMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected