Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ ctl_path
Method
ctl_path
src/executor/shared/fifo.rs:59–61 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
57
}
58
59
pub fn ctl_path(&self) -> &Path {
60
&self.ctl_path
61
}
62
63
pub fn ack_path(&self) -> &Path {
64
&self.ack_path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected