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

Method lower

src/stream/queue.rs:86–88  ·  view source on GitHub ↗

Get the lower bound of the current range (inclusive)

(&self)

Source from the content-addressed store, hash-verified

84
85 /// Get the lower bound of the current range (inclusive)
86 pub fn lower(&self) -> State {
87 self.lower
88 }
89
90 /// Get the size of the current range
91 pub fn range(&self) -> State::NonZero {

Callers 2

range_round_tripFunction · 0.80
posMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected