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

Struct Token

graph/gaedatastore/quadstore.go:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type Token struct {
58 Kind string
59 Hash string
60}
61
62func (t Token) IsNode() bool { return t.Kind == nodeKind }
63func (t Token) Key() interface{} { return t }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected