MCPcopy Create free account
hub / github.com/GCWing/BitFun / format_session_source

Function format_session_source

src/apps/desktop/src/api/terminal_api.rs:289–294  ·  view source on GitHub ↗
(source: &CoreSessionSource)

Source from the content-addressed store, hash-verified

287}
288
289fn format_session_source(source: &CoreSessionSource) -> String {
290 match source {
291 CoreSessionSource::Manual => "manual".to_string(),
292 CoreSessionSource::Agent => "agent".to_string(),
293 }
294}
295
296#[tauri::command]
297pub async fn terminal_get_shells(

Callers 4

fromMethod · 0.85
terminal_createFunction · 0.85
terminal_getFunction · 0.85
terminal_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected