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

Function NewImportIdentity

bridge/core/import.go:174–179  ·  view source on GitHub ↗
(entityId entity.Id)

Source from the content-addressed store, hash-verified

172}
173
174func NewImportIdentity(entityId entity.Id) ImportResult {
175 return ImportResult{
176 EntityId: entityId,
177 Event: ImportEventIdentity,
178 }
179}
180
181func NewImportRateLimiting(msg string) ImportResult {
182 return ImportResult{

Callers 3

ensurePersonMethod · 0.92
ensurePersonMethod · 0.92
ensurePersonMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected