Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ enable
Method
enable
flow-rs/src/debug/feature.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
}
26
27
pub fn enable(&self) -> bool {
28
self.enable.load(Ordering::Relaxed)
29
}
30
31
pub fn disable(&self) {
32
self.enable.store(false, Ordering::Relaxed);
Callers
1
dmon
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected