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

Method data

core/src/callable.rs:946–948  ·  view source on GitHub ↗

Returns `DATA` values captured from the compiled source in encounter order.

(&self)

Source from the content-addressed store, hash-verified

944impl<'a> Scope<'a> {
945 /// Returns `DATA` values captured from the compiled source in encounter order.
946 pub fn data(&self) -> &[Option<ConstantDatum>] {
947 self.data
948 }
949
950 /// Returns the total number of argument register slots.
951 pub fn nargs(&self) -> usize {

Callers 4

execMethod · 0.80
execMethod · 0.80
on_input_event_into_keysFunction · 0.80
peek_pixelMethod · 0.80

Calls

no outgoing calls

Tested by 1

execMethod · 0.64