MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / pending_count

Method pending_count

crates/opencode-tui/src/components/permission.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153 }
154
155 pub fn pending_count(&self) -> usize {
156 self.requests.len()
157 }
158
159 pub fn handle_click(&mut self, col: u16, row: u16) {
160 if !self.is_open || self.requests.is_empty() {

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected