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

Method has_shell_integration

src/crates/services/terminal/src/api.rs:437–439  ·  view source on GitHub ↗

Check if a session has shell integration enabled

(&self, session_id: &str)

Source from the content-addressed store, hash-verified

435
436 /// Check if a session has shell integration enabled
437 pub async fn has_shell_integration(&self, session_id: &str) -> bool {
438 self.session_manager.has_shell_integration(session_id).await
439 }
440
441 /// Execute a command and return a stream of events for real-time output
442 ///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected