MCPcopy Create free account
hub / github.com/hashintel/hash / call

Method call

libs/error-stack/src/fmt/hook.rs:444–452  ·  view source on GitHub ↗
(&self, frame: &Frame, context: &mut HookContext<Frame>)

Source from the content-addressed store, hash-verified

442 }
443
444 pub(crate) fn call(&self, frame: &Frame, context: &mut HookContext<Frame>) -> bool {
445 let mut hit = false;
446
447 for (_, hook) in &self.inner {
448 hit = hook(frame, context) || hit;
449 }
450
451 hit
452 }
453}
454
455mod default {

Callers 2

safeStringifyFunction · 0.45
debug_attachments_invokeFunction · 0.45

Calls 1

hookFunction · 0.50

Tested by

no test coverage detected