codebase-recall 0.7.3

CLI based application for codebase dumper for LLMs and fast review/recall project
1
2
3
4
5
6
pub struct RetryB;
impl RetryB {
    pub fn run(&self) {
        eprintln!("TRACE_CALL: worker_b::RetryB::run");
    }
}