MCPcopy
hub / github.com/cayleygraph/cayley / fetchedValue

Struct fetchedValue

graph/values.go:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type fetchedValue struct {
67 Val quad.Value
68}
69
70func (v fetchedValue) IsNode() bool { return true }
71func (v fetchedValue) NameOf() quad.Value { return v.Val }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected