Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Alert
Enum
Alert
backend/src/types.rs:333–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
pub enum Alert {
334
Danger(String),
335
Success(String),
336
Warning(String),
337
}
338
339
#[derive(Clone, Debug)]
340
pub struct Timespec;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected