MCPcopy Index your code
hub / github.com/Masterminds/structable / Delete

Method Delete

example/fence.go:68–70  ·  view source on GitHub ↗

Delete removes a record.

()

Source from the content-addressed store, hash-verified

66
67// Delete removes a record.
68func (r *Fence) Delete() error {
69 return r.rec.Delete()
70}
71
72// Has returns true if the record exists.
73func (r *Fence) Has() (bool, error) {

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected