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