MCPcopy Create free account
hub / github.com/git-bug/git-bug / Operations

Method Operations

entity/dag/entity.go:400–402  ·  view source on GitHub ↗

Operations return the ordered operations

()

Source from the content-addressed store, hash-verified

398
399// Operations return the ordered operations
400func (e *Entity) Operations() []Operation {
401 return append(e.ops, e.staging...)
402}
403
404// FirstOp lookup for the very first operation of the Entity
405func (e *Entity) FirstOp() Operation {

Callers 1

ValidateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected