MCPcopy Create free account
hub / github.com/Rustixir/darkbird / extract

Method extract

example/Version-3.5.0 ( Fulltext Search )/example.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68
69impl document::Indexer for User {
70 fn extract(&self) -> Vec<String> {
71 vec![]
72 }
73}
74
75impl document::Tags for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected