MCPcopy Index your code
hub / github.com/endbasic/endbasic / exec

Method exec

core/tests/testutils/callables/out_required_value_cmd.rs:56–61  ·  view source on GitHub ↗
(&self, scope: Scope<'_>)

Source from the content-addressed store, hash-verified

54 }
55
56 fn exec(&self, scope: Scope<'_>) -> CallResult<()> {
57 let mut output = self.output.borrow_mut();
58 output.push_str(&format_arg(&scope, 0, ExprType::Integer));
59 output.push('\n');
60 Ok(())
61 }
62}

Callers

nothing calls this directly

Calls 3

format_argFunction · 0.85
push_strMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected