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

Method input

src/codegen/input.rs:73–82  ·  view source on GitHub ↗
(
        &mut self,
        s: S,
        d: D,
        name: &str,
        expr: &Expr,
        this_id: NodeID,
    )

Source from the content-addressed store, hash-verified

71where T: Write + Seek
72{
73 pub fn input(
74 &mut self,
75 s: S,
76 d: D,
77 name: &str,
78 expr: &Expr,
79 this_id: NodeID,
80 ) -> io::Result<()> {
81 self._input(s, d, name, expr, this_id, None)
82 }
83
84 pub fn input_with_shadow(
85 &mut self,

Callers 15

repeatMethod · 0.45
branchMethod · 0.45
untilMethod · 0.45
set_varMethod · 0.45
change_varMethod · 0.45
add_to_listMethod · 0.45
delete_list_indexMethod · 0.45
list_insertMethod · 0.45
blockMethod · 0.45
proc_call_implMethod · 0.45
on_loudness_gtMethod · 0.45
on_timer_gtMethod · 0.45

Calls 1

_inputMethod · 0.80

Tested by

no test coverage detected