MCPcopy
hub / github.com/google/mangle / DisplayString

Method DisplayString

factstore/temporal.go:37–39  ·  view source on GitHub ↗

DisplayString returns a string representation of the temporal fact using unescaped constants.

()

Source from the content-addressed store, hash-verified

35
36// DisplayString returns a string representation of the temporal fact using unescaped constants.
37func (tf TemporalFact) DisplayString() string {
38 return tf.Atom.DisplayString() + tf.Interval.String()
39}
40
41// ReadOnlyTemporalFactStore provides read access to temporal facts.
42type ReadOnlyTemporalFactStore interface {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected