Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ filter
Method
filter
example/complex.rs:108–110 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
106
107
impl document::MaterializedView for User {
108
fn filter(&self) -> Option<String> {
109
None
110
}
111
}
112
113
impl document::FullText for User {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected