MCPcopy Create free account
hub / github.com/RustCV/RustCV / buffer_count

Method buffer_count

rustcv-core/src/builder.rs:57–60  ·  view source on GitHub ↗

设置缓冲区数量 (默认 3)

(mut self, count: usize)

Source from the content-addressed store, hash-verified

55
56 /// 设置缓冲区数量 (默认 3)
57 pub fn buffer_count(mut self, count: usize) -> Self {
58 self.buffer_count = count;
59 self
60 }
61}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected