RemoveQuad removes a quad matching the given one from the database, if it exists. Does nothing otherwise.
(quad.Quad)
| 148 | // RemoveQuad removes a quad matching the given one from the database, |
| 149 | // if it exists. Does nothing otherwise. |
| 150 | RemoveQuad(quad.Quad) error |
| 151 | |
| 152 | // ApplyTransaction applies a set of quad changes. |
| 153 | ApplyTransaction(*Transaction) error |
no outgoing calls