MCPcopy Create free account
hub / github.com/crytic/attacknet / composeExecutionClient

Function composeExecutionClient

pkg/plan/network/execution.go:37–45  ·  view source on GitHub ↗
(config ClientVersion)

Source from the content-addressed store, hash-verified

35}
36
37func composeExecutionClient(config ClientVersion) *ExecutionClient {
38 return &ExecutionClient{
39 Type: config.Name,
40 Image: config.Image,
41 ExtraLabels: make(map[string]string),
42 CpuRequired: defaultElCpu,
43 MemoryRequired: defaultElMem,
44 }
45}

Callers 1

buildNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected