Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ get_content
Method
get_content
example/Version-3.5.0 ( Fulltext Search )/example.rs:95–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
93
94
impl document::FullText for User {
95
fn get_content(&self) -> Option<String> {
96
Some(self.desc.clone())
97
}
98
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected