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

Method fmt

regex/src/dfa.rs:1780–1786  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

1778
1779impl fmt::Debug for State {
1780 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1781 let ips: Vec<usize> = self.inst_ptrs().collect();
1782 f.debug_struct("State")
1783 .field("flags", &self.flags())
1784 .field("insts", &ips)
1785 .finish()
1786 }
1787}
1788
1789impl fmt::Debug for Transitions {

Callers

nothing calls this directly

Calls 10

TransitionsRowClass · 0.85
vbFunction · 0.85
inst_ptrsMethod · 0.80
num_statesMethod · 0.80
is_wordMethod · 0.80
has_emptyMethod · 0.80
finishMethod · 0.45
flagsMethod · 0.45
iterMethod · 0.45
is_matchMethod · 0.45

Tested by

no test coverage detected