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

Method get_fields

example/complex.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100
101impl document::Range for User {
102 fn get_fields(&self) -> Vec<RangeField> {
103 vec![]
104 }
105}
106
107impl document::MaterializedView for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected