MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / call

Method call

src/core/error.rs:28–30  ·  view source on GitHub ↗

call invokes the error callback with `error_code`.

(&self, error_code: AfError)

Source from the content-addressed store, hash-verified

26
27 /// call invokes the error callback with `error_code`.
28 pub fn call(&self, error_code: AfError) {
29 (self.cb)(error_code)
30 }
31}
32
33/// Default error handling callback provided by ArrayFire crate

Callers 3

pFunction · 0.80
cFunction · 0.80
HANDLE_ERRORFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected