MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / is_support_backpressure

Method is_support_backpressure

common/src/protocol.rs:290–292  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

288 }
289
290 pub fn is_support_backpressure(&self) -> bool {
291 get_version_number(&self.version) >= get_version_number("2.2.0")
292 }
293
294 pub fn get_unique_id(&self) -> String {
295 if self.hwid.is_empty() {

Callers

nothing calls this directly

Calls 1

get_version_numberFunction · 0.85

Tested by

no test coverage detected