Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ as_str
Method
as_str
src/apps/desktop/src/api/commands.rs:202–207 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
201
impl SearchStreamKind {
202
fn as_str(self) -> &'static str {
203
match self {
204
Self::Filenames =>
"filenames"
,
205
Self::Content =>
"content"
,
206
}
207
}
208
}
209
210
#[derive(Debug, Serialize)]
Callers
15
parse_log_level
Function · 0.45
default
Method · 0.45
load_startup_bootstrap_config
Method · 0.45
resolve_builtin_theme_id
Method · 0.45
detect_default_gateway_ip
Function · 0.45
remote_connect_configure_bot
Function · 0.45
get_mcp_servers
Function · 0.45
send_mcp_app_message
Function · 0.45
is_relative_path
Function · 0.45
set_session_thread_goal_status
Function · 0.45
session_view_tool_result_compaction_truncates_large_visible_results
Function · 0.45
check_commands_exist
Function · 0.45
Calls
no outgoing calls
Tested by
1
session_view_tool_result_compaction_truncates_large_visible_results
Function · 0.36