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

Method get

crates/vm/src/frame.rs:113–115  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

111 /// Caller must ensure no concurrent mutable access.
112 #[inline(always)]
113 unsafe fn get(&self) -> *mut T {
114 self.0.get()
115 }
116}
117
118// SAFETY: Frame execution is single-threaded. See FrameUnsafeCell doc.

Callers 15

fmtMethod · 0.45
cloneMethod · 0.45
traverseMethod · 0.45
derefMethod · 0.45
newMethod · 0.45
fastlocalsMethod · 0.45
fastlocals_mutMethod · 0.45
clear_stack_and_cellsMethod · 0.45
get_cell_contentsMethod · 0.45
locals_to_fastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected