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

Method filter

example/reporter.rs:97–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95
96impl document::MaterializedView for User {
97 fn filter(&self) -> Option<String> {
98 None
99 }
100}
101
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected