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

Method empty_note

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

Source from the content-addressed store, hash-verified

330 }
331
332 pub(super) fn empty_note(&mut self, text: &str) -> &mut Self {
333 let _ = writeln!(self.buf, "_{text}_");
334 self
335 }
336
337 pub(super) fn blank(&mut self) -> &mut Self {
338 self.buf.push('\n');

Callers 10

render_arrayFunction · 0.80
render_search_mdFunction · 0.80
render_outline_mdFunction · 0.80
render_message_search_mdFunction · 0.80
render_sessions_for_mdFunction · 0.80
render_grep_mdFunction · 0.80
render_run_list_mdFunction · 0.80
render_run_detail_mdFunction · 0.80
render_agent_mdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected