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

Method NextImportEvent

bridge/github/import_mediator.go:70–72  ·  view source on GitHub ↗

NextImportEvent returns the next ImportEvent, or nil if done.

()

Source from the content-addressed store, hash-verified

68
69// NextImportEvent returns the next ImportEvent, or nil if done.
70func (mm *importMediator) NextImportEvent() ImportEvent {
71 return <-mm.importEvents
72}
73
74func (mm *importMediator) Error() error {
75 return mm.err

Callers 1

getEventHandleMsgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected