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

Method input_with_shadow

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

Source from the content-addressed store, hash-verified

82 }
83
84 pub fn input_with_shadow(
85 &mut self,
86 s: S,
87 d: D,
88 name: &str,
89 expr: &Expr,
90 this_id: NodeID,
91 shadow_id: NodeID,
92 ) -> io::Result<()> {
93 self._input(s, d, name, expr, this_id, Some(shadow_id))
94 }
95
96 fn _input(
97 &mut self,

Callers 2

blockMethod · 0.80
reprMethod · 0.80

Calls 1

_inputMethod · 0.80

Tested by

no test coverage detected