Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ session_id
Method
session_id
src/apps/cli/src/agent/core_adapter.rs:350–356 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
348
}
349
350
fn session_id(&self) -> Option<String> {
351
// Try to get session_id without blocking (best effort for sync context)
352
self.session_id
353
.try_lock()
354
.ok()
355
.and_then(|guard| guard.clone())
356
}
357
}
Callers
2
run
Method · 0.45
run
Method · 0.45
Calls
2
ok
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected