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

Method setAuthor

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

setAuthor allow to set the author, used when unmarshalling only

(author identity.Interface)

Source from the content-addressed store, hash-verified

59 setId(id entity.Id)
60 // setAuthor allow to set the author, used when unmarshalling only
61 setAuthor(author identity.Interface)
62 // setExtraMetadataImmutable add a metadata not carried by the operation itself on the operation
63 setExtraMetadataImmutable(key string, value string)
64}

Callers 2

unmarshallPackFunction · 0.65
SerializeRoundTripTestFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected