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

Method take

compiler/src/abi.rs:150–150  ·  view source on GitHub ↗

Take the error if present.

(&mut self)

Source from the content-addressed store, hash-verified

148
149 // Take the error if present.
150 pub fn take(&mut self) -> Option<(u32, String)> { self.0.take() }
151
152 // Peeks without consuming; lets edge_take_error retry on buffer-too-small.
153 pub fn peek(&self) -> Option<(u32, &str)> {

Callers 15

walk_up_dirsFunction · 0.80
fstringMethod · 0.80
finalize_prev_slotsMethod · 0.80
push_escapeFunction · 0.80
try_stmtMethod · 0.80
execMethod · 0.80
compact_with_jump_remapFunction · 0.80
applyFunction · 0.80
run_body_with_frameMethod · 0.80
raise_into_outerMethod · 0.80
scheduler_stepMethod · 0.80
run_resumeFunction · 0.80

Calls

no outgoing calls

Tested by 2

dropMethod · 0.64
checkFunction · 0.64