MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / display

Method display

compiler/src/modules/vm/ops.rs:265–265  ·  view source on GitHub ↗
(&self, v: Val)

Source from the content-addressed store, hash-verified

263 }
264
265 pub fn display(&self, v: Val) -> String { self.display_d(v, &mut Vec::new()) }
266
267 /* Cycle-aware display: `seen` tracks containers on the current path, so self-referential structures emit "..." instead of recursing forever (and its length bounds raw nesting depth). */
268 fn display_d(&self, v: Val, seen: &mut Vec<u32>) -> String {

Callers 6

str_percent_formatMethod · 0.80
handle_buildMethod · 0.80
handle_sideMethod · 0.80
display_opMethod · 0.80
formatFunction · 0.80
serve_bannerFunction · 0.80

Calls 1

display_dMethod · 0.80

Tested by

no test coverage detected