AddQuad adds a quad to the store.
(quad.Quad)
| 140 | type QuadWriter interface { |
| 141 | // AddQuad adds a quad to the store. |
| 142 | AddQuad(quad.Quad) error |
| 143 | |
| 144 | // TODO(barakmich): Deprecate in favor of transaction. |
| 145 | // AddQuadSet adds a set of quads to the store, atomically if possible. |
no outgoing calls