MCPcopy Create free account
hub / github.com/Autoparallel/learner / default

Method default

crates/learnerd/src/daemon/mod.rs:206–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204
205impl Default for Daemon {
206 fn default() -> Self {
207 Self {
208 pid_file: PathBuf::from(DEFAULT_PID_FILE),
209 working_dir: PathBuf::from(DEFAULT_WORKING_DIR),
210 log_dir: PathBuf::from(DEFAULT_LOG_DIR),
211 }
212 }
213}
214
215impl Daemon {

Callers 1

confirmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected