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