MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / recur

Method recur

toys/inter/src/main.rs:98–100  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

96 }
97
98 fn recur(&self) {
99 self.spin_mutex_1();
100 }
101
102 fn spin_mutex_2(&self) {
103 *self.mu3.lock() += 1;

Callers 2

spin_mutex_1Method · 0.80
mainFunction · 0.80

Calls 1

spin_mutex_1Method · 0.80

Tested by

no test coverage detected