Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
callback
Method · 0.80
create_session
Function · 0.80
stream_message
Function · 0.80
prompt_async
Function · 0.80
build_model_variant_lookup
Function · 0.80
parse_command_and_args
Function · 0.80
parse_runtime_from_loaded_config
Function · 0.80
current_project_info
Function · 0.80
handle_pty_websocket
Function · 0.80
provider_to_bootstrap
Function · 0.80
model_to_bootstrap
Function · 0.80
auth_data_dir
Function · 0.80
Calls
no outgoing calls
Tested by
1
prompt_state_dir
Function · 0.64