MCPcopy Index your code
hub / github.com/git-bug/git-bug / Append

Method Append

entity/dag/interface.go:17–17  ·  view source on GitHub ↗

Append an operation into the staging area, to be committed later

(op OpT)

Source from the content-addressed store, hash-verified

15
16 // Append an operation into the staging area, to be committed later
17 Append(op OpT)
18
19 // Operations returns the ordered operations
20 Operations() []OpT

Callers 15

AppendMethod · 0.65
SetMetadataFunction · 0.65
ChangeLabelsFunction · 0.65
ForceChangeLabelsFunction · 0.65
ApplyMethod · 0.65
EditCommentFunction · 0.65
OpenFunction · 0.65
CloseFunction · 0.65
AppendMethod · 0.65
SetTitleFunction · 0.65
AddCommentFunction · 0.65
Example_entityFunction · 0.65

Calls

no outgoing calls

Tested by 8

Example_entityFunction · 0.52
TestWriteReadFunction · 0.52
TestEntityPushPullFunction · 0.52
TestListLocalIdsFunction · 0.52
TestMergeFunction · 0.52
TestRemoveFunction · 0.52
TestRemoveAllFunction · 0.52