MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / may_fail

Method may_fail

src/expr/src/interpret.rs:284–286  ·  view source on GitHub ↗

Check if an error value matches the spec.

(&self)

Source from the content-addressed store, hash-verified

282
283 /// Check if an error value matches the spec.
284 pub fn may_fail(&self) -> bool {
285 self.fallible
286 }
287
288 /// This method "maps" a function across the `ResultSpec`.
289 ///

Callers 3

filter_resultFunction · 0.80
test_interpretFunction · 0.80
may_match_mfpMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_interpretFunction · 0.64