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

Method get_fields

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

Source from the content-addressed store, hash-verified

87
88impl document::Range for User {
89 fn get_fields(&self) -> Vec<RangeField> {
90 vec![]
91 }
92}
93
94impl document::MaterializedView for User {

Callers 2

insertMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected