MCPcopy Index your code
hub / github.com/google/mangle / verifyPoint

Function verifyPoint

examples/examples_test.go:163–166  ·  view source on GitHub ↗
(t *testing.T, facts []factstore.TemporalFact, prefix, pointStr string)

Source from the content-addressed store, hash-verified

161}
162
163func verifyPoint(t *testing.T, facts []factstore.TemporalFact, prefix, pointStr string) {
164 // Point interval has Start == End (or close enough for this check)
165 verifyInterval(t, facts, prefix, pointStr, pointStr)
166}

Callers 1

TestTemporalGraphPointsFunction · 0.85

Calls 1

verifyIntervalFunction · 0.85

Tested by

no test coverage detected