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

Method String

factstore/temporal.go:32–34  ·  view source on GitHub ↗

String returns a string representation of the temporal fact.

()

Source from the content-addressed store, hash-verified

30
31// String returns a string representation of the temporal fact.
32func (tf TemporalFact) String() string {
33 return tf.Atom.String() + tf.Interval.String()
34}
35
36// DisplayString returns a string representation of the temporal fact using unescaped constants.
37func (tf TemporalFact) DisplayString() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected