Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
func
(a *ActRec) Exists() bool {
49
50
ok, err := a.recorder.Exists()
51
52
return
err == nil && ok
53
}
54
55
func
TestBind(t *testing.T) {
56
store := new(DbRecorder)
Callers
1
TestActiveRecord
Function · 0.95
Calls
1
Exists
Method · 0.65
Tested by
no test coverage detected