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

Method extract

example/Version-4.0.0 ( Materialized View )/example.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57
58impl document::Indexer for User {
59 fn extract(&self) -> Vec<String> {
60 vec![]
61 }
62}
63
64impl document::Tags for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected