Skip to content

Commit 4d81c35

Browse files
committed
add missing error docs
1 parent b950c8f commit 4d81c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module/state_synchronization/indexer/in_memory_indexer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ type IndexerData struct {
5757

5858
// NewInMemoryIndexer returns a new indexer that indexes block execution data and error messages for
5959
// a single ExecutionResult.
60+
//
61+
// No error returns are expected during normal operations.
6062
func NewInMemoryIndexer(
6163
log zerolog.Logger,
6264
block *flow.Block,

0 commit comments

Comments
 (0)