Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ caps
Method
caps
regex/src/pikevm.rs:376–379 ·
view source on GitHub ↗
(&mut self, pc: usize)
Source
from the content-addressed store, hash-verified
374
}
375
376
fn caps(&mut self, pc: usize) -> &mut [Option<usize>] {
377
let i = pc * self.slots_per_thread;
378
&mut self.caps[i..i + self.slots_per_thread]
379
}
380
}
Callers
2
exec_
Method · 0.80
add_step
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected