Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ emit_event
Method
emit_event
guest-agent/src/backend.rs:55–57 ·
view source on GitHub ↗
(&self, event: &str, payload: &[u8])
Source
from the content-addressed store, hash-verified
53
}
54
55
fn emit_event(&self, event: &str, payload: &[u8]) -> Result<()> {
56
emit_runtime_event(event, payload)
57
}
58
}
Callers
nothing calls this directly
Calls
1
emit_runtime_event
Function · 0.85
Tested by
no test coverage detected