Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ get_content
Method
get_content
example/Version-6.1.0 ( Migration - Backup )/migration.rs:101–103 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
99
100
impl document::FullText for User {
101
fn get_content(&self) -> Option<String> {
102
None
103
}
104
}
105
106
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected