MCPcopy Index your code
hub / github.com/RustPython/RustPython / get

Method get

crates/vm/src/stdlib/_ast.rs:121–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119
120impl Row {
121 const fn get(self) -> usize {
122 self.0.get()
123 }
124
125 const fn get_one_indexed(self) -> OneIndexed {
126 self.0

Callers 2

get_one_indexedMethod · 0.45
node_add_locationFunction · 0.45

Calls 1

to_usizeMethod · 0.45

Tested by

no test coverage detected