Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ get_fields
Method
get_fields
example/reporter.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
90
impl document::Range for User {
91
fn get_fields(&self) -> Vec<RangeField> {
92
vec![]
93
}
94
}
95
96
impl document::MaterializedView for User {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected