Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ extract
Method
extract
example/new_features_vsn2.rs:110–112 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
108
109
impl document::Indexer for User {
110
fn extract(&self) -> Vec<String> {
111
vec![]
112
}
113
}
114
115
impl document::Tags for User {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected