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

Method line

src/mcp/tools/render.rs:322–325  ·  view source on GitHub ↗
(&mut self, text: &str)

Source from the content-addressed store, hash-verified

320 }
321
322 pub(super) fn line(&mut self, text: &str) -> &mut Self {
323 let _ = writeln!(self.buf, "{text}");
324 self
325 }
326
327 pub(super) fn bullet(&mut self, text: &str) -> &mut Self {
328 let _ = writeln!(self.buf, "- {text}");

Callers 12

render_valueFunction · 0.80
render_arrayFunction · 0.80
render_objectFunction · 0.80
render_search_mdFunction · 0.80
append_sessions_for_hitFunction · 0.80
render_grep_mdFunction · 0.80
append_run_bulletFunction · 0.80
render_run_detail_mdFunction · 0.80
render_agent_mdFunction · 0.80
append_agent_bulletFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected