MCPcopy Create free account
hub / github.com/endbasic/endbasic / deref_string

Method deref_string

core/src/callable.rs:811–813  ·  view source on GitHub ↗

Dereferences this register reference as a string.

(&self)

Source from the content-addressed store, hash-verified

809
810 /// Dereferences this register reference as a string.
811 pub fn deref_string(&self) -> &str {
812 deref_string(self.scope.regs, self.index, self.vtype, self.scope.constants, self.scope.heap)
813 }
814
815 /// Dereferences this register reference as an array and returns its dimensions.
816 pub fn array_dimensions(&self) -> &[usize] {

Callers 1

execMethod · 0.45

Calls 1

deref_stringFunction · 0.85

Tested by 1

execMethod · 0.36