| 64 | } |
| 65 | |
| 66 | type fetchedValue struct { |
| 67 | Val quad.Value |
| 68 | } |
| 69 | |
| 70 | func (v fetchedValue) IsNode() bool { return true } |
| 71 | func (v fetchedValue) NameOf() quad.Value { return v.Val } |
nothing calls this directly
no outgoing calls
no test coverage detected