MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / at

Method at

compiler/src/modules/lexer/scan.rs:94–96  ·  view source on GitHub ↗
(&self, offset: usize)

Source from the content-addressed store, hash-verified

92
93 #[inline(always)]
94 fn at(&self, offset: usize) -> Option<u8> {
95 self.src.get(self.pos + offset).copied()
96 }
97
98 // Numbers: decimal, hex, octal, binary, float.
99

Callers 5

scan_numberMethod · 0.45
scan_stringMethod · 0.45
scan_single_stringMethod · 0.45
scan_triple_stringMethod · 0.45
next_tokenMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected