MCPcopy Create free account
hub / github.com/AI45Lab/Code / max_active

Method max_active

core/src/tools/task.rs:1878–1880  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1876 }
1877
1878 fn max_active(&self) -> usize {
1879 self.max_active.load(Ordering::SeqCst)
1880 }
1881
1882 fn record_active(&self) {
1883 let active = self.active.fetch_add(1, Ordering::SeqCst) + 1;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected