MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Len

Method Len

postgres/parser/json/json.go:1730–1730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1728func (jsonString) Len() int { return 0 }
1729func (j jsonArray) Len() int { return len(j) }
1730func (j jsonObject) Len() int { return len(j) }
1731
1732func (jsonNull) toGoRepr() (interface{}, error) { return nil, nil }
1733func (jsonTrue) toGoRepr() (interface{}, error) { return true, nil }

Callers 2

CompareMethod · 0.95
HasContainerLeafMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected