MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / is_empty

Method is_empty

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

Source from the content-addressed store, hash-verified

149 }
150
151 pub fn is_empty(&self) -> bool {
152 self.requests.is_empty()
153 }
154
155 pub fn pending_count(&self) -> usize {
156 self.requests.len()

Callers 15

callbackMethod · 0.80
create_sessionFunction · 0.80
stream_messageFunction · 0.80
prompt_asyncFunction · 0.80
parse_command_and_argsFunction · 0.80
current_project_infoFunction · 0.80
handle_pty_websocketFunction · 0.80
provider_to_bootstrapFunction · 0.80
model_to_bootstrapFunction · 0.80
auth_data_dirFunction · 0.80

Calls

no outgoing calls

Tested by 1

prompt_state_dirFunction · 0.64