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

Interface OperationWithApply

entity/dag/operation.go:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type OperationWithApply[SnapT Snapshot] interface {
67 Operation
68
69 // Apply the operation to a Snapshot to create the final state
70 Apply(snapshot SnapT)
71}
72
73// OperationWithFiles is an optional extension for an Operation that has files dependency, stored in git.
74type OperationWithFiles interface {

Callers

nothing calls this directly

Implementers 9

LabelChangeOperationentities/bug/op_label_change.go
CreateOperationentities/bug/op_create.go
EditCommentOperationentities/bug/op_edit_comment.go
SetStatusOperationentities/bug/op_set_status.go
SetTitleOperationentities/bug/op_set_title.go
AddCommentOperationentities/bug/op_add_comment.go
SetSignatureRequiredentity/dag/example_test.go
AddAdministratorentity/dag/example_test.go
RemoveAdministratorentity/dag/example_test.go

Calls

no outgoing calls

Tested by

no test coverage detected