We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950c8f commit 4d81c35Copy full SHA for 4d81c35
module/state_synchronization/indexer/in_memory_indexer.go
@@ -57,6 +57,8 @@ type IndexerData struct {
57
58
// NewInMemoryIndexer returns a new indexer that indexes block execution data and error messages for
59
// a single ExecutionResult.
60
+//
61
+// No error returns are expected during normal operations.
62
func NewInMemoryIndexer(
63
log zerolog.Logger,
64
block *flow.Block,
0 commit comments