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

Function add_all

std/src/arrays.rs:206–209  ·  view source on GitHub ↗

Adds all symbols provided by this module to the given `machine`.

(machine: &mut MachineBuilder)

Source from the content-addressed store, hash-verified

204
205/// Adds all symbols provided by this module to the given `machine`.
206pub fn add_all(machine: &mut MachineBuilder) {
207 machine.add_callable(LboundFunction::new());
208 machine.add_callable(UboundFunction::new());
209}
210
211#[cfg(test)]
212mod tests {

Callers

nothing calls this directly

Calls 1

add_callableMethod · 0.45

Tested by

no test coverage detected