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

Method Exists

structable_test.go:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (a *ActRec) Exists() bool {
49
50 ok, err := a.recorder.Exists()
51
52 return err == nil && ok
53}
54
55func TestBind(t *testing.T) {
56 store := new(DbRecorder)

Callers 1

TestActiveRecordFunction · 0.95

Calls 1

ExistsMethod · 0.65

Tested by

no test coverage detected