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

Method call

src/codegen/mutation.rs:36–49  ·  view source on GitHub ↗
(
        name: SmolStr,
        args: &'a Vec<(SmolStr, NodeID)>,
        warp: bool,
        compact: bool,
    )

Source from the content-addressed store, hash-verified

34 }
35
36 pub fn call(
37 name: SmolStr,
38 args: &'a Vec<(SmolStr, NodeID)>,
39 warp: bool,
40 compact: bool,
41 ) -> Self {
42 Self {
43 name,
44 args,
45 warp,
46 is_call: true,
47 compact,
48 }
49 }
50}
51
52impl Display for Mutation<'_> {

Callers 10

nFunction · 0.80
aFunction · 0.80
lFunction · 0.80
hFunction · 0.80
_Function · 0.80
pFunction · 0.80
uFunction · 0.80
$Function · 0.80
eFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected