Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ AllOperations
Method
AllOperations
entity/dag/op_set_metadata_test.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(s *snapshotMock) AllOperations() []Operation {
22
return
s.ops
23
}
24
25
func
(s *snapshotMock) AppendOperation(op Operation) {
26
s.ops = append(s.ops, op)
Callers
1
TestSetMetadata
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected