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

Method contains

libs/error-stack/src/report.rs:674–676  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

672 /// ```
673 #[must_use]
674 pub fn contains<T: Send + Sync + 'static>(&self) -> bool {
675 self.frames().any(Frame::is::<T>)
676 }
677
678 /// Searches the frame stack for a context provider `T` and returns the most recent context
679 /// found.

Callers 14

eventListenerFunction · 0.45
handleFocusFunction · 0.45
stopEventMethod · 0.45
ignoreMutationMethod · 0.45
ComponentViewClass · 0.45
ignoreMutationMethod · 0.45
blurFunction · 0.45
ensureFormValidationFunction · 0.45
MaterialTagFunction · 0.45
blockFunction · 0.45
from_constraintsMethod · 0.45
from_constraints_refMethod · 0.45

Calls 2

framesMethod · 0.80
anyMethod · 0.45

Tested by

no test coverage detected