MCPcopy 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

15static NEXT_TEMP_ID: AtomicUsize = AtomicUsize::new(0);
16
17fn 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

argMethod · 0.85
argsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected