MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / append_private_jsonl

Function append_private_jsonl

src/hooks/mod.rs:140–142  ·  view source on GitHub ↗
(path: &Path, line: &str)

Source from the content-addressed store, hash-verified

138}
139
140fn append_private_jsonl(path: &Path, line: &str) {
141 let _ = crate::storage::PrivateStoreIo::append_line(path, line);
142}
143
144fn now_unix_millis() -> u64 {
145 SystemTime::now()

Callers 1

record_hook_analyticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected