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