MCPcopy Index your code
hub / github.com/git-bug/git-bug / NewImportNothing

Function NewImportNothing

bridge/core/import.go:119–125  ·  view source on GitHub ↗
(entityId entity.Id, reason string)

Source from the content-addressed store, hash-verified

117}
118
119func NewImportNothing(entityId entity.Id, reason string) ImportResult {
120 return ImportResult{
121 EntityId: entityId,
122 Reason: reason,
123 Event: ImportEventNothing,
124 }
125}
126
127func NewImportBug(entityId entity.Id) ImportResult {
128 return ImportResult{

Callers 4

commitMethod · 0.92
ImportAllMethod · 0.92
ImportAllMethod · 0.92
ImportAllMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected