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