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

Method field

src/mcp/tools/render.rs:317–320  ·  view source on GitHub ↗
(&mut self, key: &str, value: &str)

Source from the content-addressed store, hash-verified

315 }
316
317 pub(super) fn field(&mut self, key: &str, value: &str) -> &mut Self {
318 let _ = writeln!(self.buf, "**{key}:** {value}");
319 self
320 }
321
322 pub(super) fn line(&mut self, text: &str) -> &mut Self {
323 let _ = writeln!(self.buf, "{text}");

Callers 11

render_objectFunction · 0.80
render_body_mdFunction · 0.80
render_read_mdFunction · 0.80
render_outline_mdFunction · 0.80
render_message_search_mdFunction · 0.80
render_sessions_for_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