Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ get_content
Method
get_content
example/complex.rs:114–116 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
112
113
impl document::FullText for User {
114
fn get_content(&self) -> Option<String> {
115
None
116
}
117
}
118
119
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected