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

Method extract

example/reporter.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl document::Indexer for User {
79 fn extract(&self) -> Vec<String> {
80 vec![]
81 }
82}
83
84impl document::Tags for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected