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

Method extract

example/migrate_to_another_database.rs:78–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected