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

Method begin_inputs

src/codegen/sb3.rs:337–340  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

335 }
336
337 pub fn begin_inputs(&mut self) -> io::Result<()> {
338 self.inputs_comma = false;
339 self.write_all(br#","inputs":{"#)
340 }
341
342 pub fn single_field(&mut self, name: &'static str, value: &str) -> io::Result<()> {
343 write!(self, r#","fields":{{"{name}":[{},null]}}"#, json!(value))

Callers 15

repeatMethod · 0.80
foreverMethod · 0.80
branchMethod · 0.80
untilMethod · 0.80
set_varMethod · 0.80
change_varMethod · 0.80
showMethod · 0.80
add_to_listMethod · 0.80
delete_list_indexMethod · 0.80
delete_listMethod · 0.80
list_insertMethod · 0.80
blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected