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

Method extract

example/before-vsn-6.1.0-migration.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected