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

Method String

postgres/parser/pgdate/pgdate.go:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (d Date) String() string {
192 var buf bytes.Buffer
193 d.Format(&buf)
194 return buf.String()
195}
196
197// IsFinite returns whether d is finite.
198func (d Date) IsFinite() bool {

Callers

nothing calls this directly

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected