Get the MCP init status atomic
()
| 37 | |
| 38 | /// Get the MCP init status atomic |
| 39 | fn get_mcp_init_status() -> &'static AtomicU8 { |
| 40 | MCP_INIT_STATUS.get_or_init(|| AtomicU8::new(0)) |
| 41 | } |
| 42 | |
| 43 | /// Get MCP status text for UI display |
| 44 | pub fn get_mcp_status_text() -> String { |
no outgoing calls
no test coverage detected