MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / new

Method new

src/executor/execution_context.rs:15–20  ·  view source on GitHub ↗
(config: ExecutorConfig, profile_folder: PathBuf)

Source from the content-addressed store, hash-verified

13
14impl ExecutionContext {
15 pub fn new(config: ExecutorConfig, profile_folder: PathBuf) -> Self {
16 ExecutionContext {
17 config,
18 profile_folder,
19 }
20 }
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected