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

Method get_fields

example/Version-3.5.0 ( Fulltext Search )/example.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80
81impl document::Range for User {
82 fn get_fields(&self) -> Vec<RangeField> {
83 vec![]
84 }
85}
86
87impl document::MaterializedView for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected