MCPcopy Create free account
hub / github.com/1jehuang/jcode / queue_path

Function queue_path

crates/jcode-base/src/safety.rs:355–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353// ---------------------------------------------------------------------------
354
355fn queue_path() -> Result<std::path::PathBuf> {
356 Ok(storage::jcode_dir()?.join("safety").join("queue.json"))
357}
358
359fn history_path() -> Result<std::path::PathBuf> {
360 Ok(storage::jcode_dir()?.join("safety").join("history.json"))

Callers 4

newMethod · 0.70
persist_queueFunction · 0.70

Calls 1

jcode_dirFunction · 0.70

Tested by

no test coverage detected