MCPcopy Create free account
hub / github.com/aspizu/goboscript / begin_node

Method begin_node

src/codegen/sb3.rs:328–331  ·  view source on GitHub ↗
(&mut self, node: Node)

Source from the content-addressed store, hash-verified

326 }
327
328 pub fn begin_node(&mut self, node: Node) -> io::Result<()> {
329 write_comma_io(&mut self.zip, &mut self.node_comma)?;
330 write!(self, "{node}")
331 }
332
333 pub fn end_obj(&mut self) -> io::Result<()> {
334 self.write_all(b"}")

Callers 12

blockMethod · 0.80
procMethod · 0.80
funcMethod · 0.80
eventMethod · 0.80
stmtMethod · 0.80
arg_implMethod · 0.80
reprMethod · 0.80
un_opMethod · 0.80
bin_opMethod · 0.80
list_indexMethod · 0.80
list_containsMethod · 0.80
list_lengthMethod · 0.80

Calls 1

write_comma_ioFunction · 0.85

Tested by

no test coverage detected