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

Function load_tracker

crates/jcode-base/src/copilot_usage.rs:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 save_tracker(tracker);
69}
70fn load_tracker() -> CopilotUsageTracker {
71 let path = usage_path();
72 crate::storage::read_json(&path).unwrap_or_default()
73}
74
75fn save_tracker(tracker: &CopilotUsageTracker) {
76 let path = usage_path();

Calls 2

usage_pathFunction · 0.85
read_jsonFunction · 0.70

Tested by 1