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

Method Len

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

Source from the content-addressed store, hash-verified

1650func (jsonNumber) Len() int { return 0 }
1651func (jsonString) Len() int { return 0 }
1652func (j jsonArray) Len() int { return len(j) }
1653func (j jsonObject) Len() int { return len(j) }
1654
1655func (jsonNull) toGoRepr() (interface{}, error) { return nil, nil }

Callers 3

CompareMethod · 0.95
RemoveStringMethod · 0.95
HasContainerLeafMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected