MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / BlockExecutorOption

FuncType BlockExecutorOption

state/execution.go:45–45  ·  view source on GitHub ↗
func(executor *BlockExecutor)

Source from the content-addressed store, hash-verified

43}
44
45type BlockExecutorOption func(executor *BlockExecutor)
46
47func BlockExecutorWithMetrics(metrics *Metrics) BlockExecutorOption {
48 return func(blockExec *BlockExecutor) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected