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

Method is_support_server_control

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

Source from the content-addressed store, hash-verified

284
285impl AgentInfo {
286 pub fn is_support_server_control(&self) -> bool {
287 get_version_number(&self.version) >= get_version_number("2.1.1")
288 }
289
290 pub fn is_support_backpressure(&self) -> bool {
291 get_version_number(&self.version) >= get_version_number("2.2.0")

Callers

nothing calls this directly

Calls 1

get_version_numberFunction · 0.85

Tested by

no test coverage detected