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

Function log_source_skip

src/sessions/source.rs:50–57  ·  view source on GitHub ↗
(path: &Path, action: &'static str, error: &impl std::fmt::Display)

Source from the content-addressed store, hash-verified

48use crate::sessions::{SessionMessageRecord, SessionRecord};
49
50fn log_source_skip(path: &Path, action: &'static str, error: &impl std::fmt::Display) {
51 tracing::debug!(
52 transcript_path = %path.display(),
53 action,
54 error = %error,
55 "skipping transcript source input"
56 );
57}
58
59fn log_jsonl_decode_skip(path: &Path, offset: u64, error: &serde_json::Error) {
60 tracing::debug!(

Callers 3

stream_new_jsonlFunction · 0.85
read_changed_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected