func(executor *BlockExecutor)
| 43 | } |
| 44 | |
| 45 | type BlockExecutorOption func(executor *BlockExecutor) |
| 46 | |
| 47 | func BlockExecutorWithMetrics(metrics *Metrics) BlockExecutorOption { |
| 48 | return func(blockExec *BlockExecutor) { |
nothing calls this directly
no outgoing calls
no test coverage detected