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

Method String

entity/id.go:31–33  ·  view source on GitHub ↗

String return the identifier as a string

()

Source from the content-addressed store, hash-verified

29
30// String return the identifier as a string
31func (i Id) String() string {
32 return string(i)
33}
34
35// Human return the identifier, shortened for human consumption
36func (i Id) Human() string {

Callers 1

MarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected