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

Function get_mcp_init_status

src/apps/cli/src/main.rs:39–41  ·  view source on GitHub ↗

Get the MCP init status atomic

()

Source from the content-addressed store, hash-verified

37
38/// Get the MCP init status atomic
39fn 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
44pub fn get_mcp_status_text() -> String {

Callers 2

get_mcp_status_textFunction · 0.85
initialize_core_servicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected