Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ new
Method
new
example/migrate_to_another_database.rs:69–71 ·
view source on GitHub ↗
(fullname: &str)
Source
from the content-addressed store, hash-verified
67
68
impl User {
69
pub fn new(fullname: &str) -> Self {
70
User { fullname: fullname.to_owned() }
71
}
72
}
73
74
impl document::Document for User {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected