Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ Status
Enum
Status
src/darkbird.rs:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
#[allow(dead_code)]
25
#[derive(Debug)]
26
pub enum Status {
27
SenderNotFound,
28
SendersRepetive,
29
}
30
31
#[derive(Debug)]
32
pub enum StatusResult {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected