MCPcopy 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
89impl document::Indexer for User {
90 fn extract(&self) -> Vec<String> {
91 vec![]
92 }
93}
94
95impl document::Tags for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected