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

Struct Null

graph/shape/shape.go:225–225  ·  view source on GitHub ↗

Null represent an empty set. Mostly used as a safe alias for nil shape.

Source from the content-addressed store, hash-verified

223
224// Null represent an empty set. Mostly used as a safe alias for nil shape.
225type Null struct{}
226
227func (Null) BuildIterator(qs graph.QuadStore) graph.Iterator {
228 return iterator.NewNull()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected