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

Method extract

example/Version-6.1.0 ( Migration - Backup )/migration.rs:76–78  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected