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

Method extract

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

Source from the content-addressed store, hash-verified

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

Callers 2

insertMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected