Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ topic
Method
topic
flow-rs/src/broker.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
pub fn topic(&self) -> &str {
150
self.topic.as_str()
151
}
152
153
pub fn is_closed(&self) -> bool {
154
self.running.load(Ordering::Relaxed)
Callers
2
new
Method · 0.80
create_spec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected