MCPcopy Create free account
hub / github.com/cuppar/rtd / new

Method new

Tutorial/code/05/rtd/src/model.rs:17–27  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected