MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / overflowed

Function overflowed

codegraph-kernel/src/stack.rs:164–166  ·  view source on GitHub ↗

Whether the guard tripped since the last `begin()`.

()

Source from the content-addressed store, hash-verified

162
163/// Whether the guard tripped since the last `begin()`.
164pub fn overflowed() -> bool {
165 OVERFLOWED.with(|o| o.get())
166}
167
168/// Run one extraction under the guard. A walk that tripped the guard returns
169/// a `defer:` error — the TS side's routine "take the wasm path" signal —

Callers 1

run_guardedFunction · 0.85

Calls 2

withMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected