MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / dowith_event

Function dowith_event

flow-rs/src/debug/server.rs:98–100  ·  view source on GitHub ↗
(_: EventMessage)

Source from the content-addressed store, hash-verified

96}
97
98async fn dowith_event(_: EventMessage) -> Result<()> {
99 unimplemented!()
100}
101async fn dowith_request(req: RequestMessage) -> Result<()> {
102 match req.command.as_str() {
103 CMD_START => {

Callers 1

connectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected