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

Method bullet

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

Source from the content-addressed store, hash-verified

325 }
326
327 pub(super) fn bullet(&mut self, text: &str) -> &mut Self {
328 let _ = writeln!(self.buf, "- {text}");
329 self
330 }
331
332 pub(super) fn empty_note(&mut self, text: &str) -> &mut Self {
333 let _ = writeln!(self.buf, "_{text}_");

Callers 10

render_arrayFunction · 0.80
render_search_mdFunction · 0.80
render_status_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
append_agent_bulletFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected