MCPcopy Create free account
hub / github.com/augmentable-dev/tickgit / String

Method String

pkg/blame/blame.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (blame *Blame) String() string {
37 return fmt.Sprintf("%s: %s <%s>", blame.SHA, blame.Author.Name, blame.Author.Email)
38}
39
40func (event *Event) String() string {
41 return fmt.Sprintf("%s <%s>", event.Name, event.Email)

Callers 2

NewToDoFunction · 0.45
SearchFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected