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

Method exceeded

std/re/src/main/matcher.rs:33–33  ·  view source on GitHub ↗

True when the last attempt exhausted its step budget. */

(&self)

Source from the content-addressed store, hash-verified

31
32 /* True when the last attempt exhausted its step budget. */
33 pub fn exceeded(&self) -> bool { self.steps.get() > self.budget }
34
35 /* Leftmost search from the beginning. */
36 pub fn search(&self, root: &Node, ngroups: usize) -> Option<Caps> {

Callers 4

findFunction · 0.80
find_allFunction · 0.80
subFunction · 0.80
search_fromMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected