Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ next_temp_id
Function
next_temp_id
src/python/py_kernel.rs:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
static NEXT_TEMP_ID: AtomicUsize = AtomicUsize::new(0);
16
17
fn next_temp_id() -> usize {
18
NEXT_TEMP_ID.fetch_add(1, Ordering::Relaxed)
19
}
20
21
/// Python-visible kernel specification.
22
#[pyclass(name =
"KernelSpec"
)]
Callers
2
arg
Method · 0.85
args
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected