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

Method String

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

Source from the content-addressed store, hash-verified

532}
533
534func (j jsonNull) String() string { return asString(j) }
535func (j jsonTrue) String() string { return asString(j) }
536func (j jsonFalse) String() string { return asString(j) }
537func (j jsonString) String() string { return asString(j) }

Callers

nothing calls this directly

Calls 1

asStringFunction · 0.85

Tested by

no test coverage detected