Associated Functions, which first parameter is NOT `&self(self: &Self)`, `&mut self(self: &mut Self)` or `self(self: Self)`
(
id: u32,
name: &str,
completed: bool,
deleted: bool,
created_at: Option<i64>,
completed_at: Option<i64>,
deleted_at: Option<i64>,
)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected