MCPcopy Create free account
hub / github.com/davidblewett/rure-python / clear

Method clear

regex/src/sparse.rs:58–60  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn clear(&mut self) {
59 self.dense.clear();
60 }
61}
62
63impl Deref for SparseSet {

Callers 2

parseMethod · 0.45
exec_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected