MCPcopy Create free account
hub / github.com/bamler-lab/constriction / remaining

Method remaining

src/backends.rs:494–496  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

492impl<Word> BoundedReadWords<Word, Stack> for Vec<Word> {
493 #[inline(always)]
494 fn remaining(&self) -> usize {
495 self.len()
496 }
497}
498
499impl<Word> PosSeek for Vec<Word> {

Callers 5

is_exhaustedMethod · 0.80
lenMethod · 0.80
num_wordsMethod · 0.80
num_valid_bitsMethod · 0.80
num_wordsMethod · 0.80

Calls 2

as_refMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected