Null represent an empty set. Mostly used as a safe alias for nil shape.
| 223 | |
| 224 | // Null represent an empty set. Mostly used as a safe alias for nil shape. |
| 225 | type Null struct{} |
| 226 | |
| 227 | func (Null) BuildIterator(qs graph.QuadStore) graph.Iterator { |
| 228 | return iterator.NewNull() |
nothing calls this directly
no outgoing calls
no test coverage detected