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

Method warn

libs/error-stack/src/sink.rs:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54 #[track_caller]
55 const fn warn() -> Self {
56 Self(BombState::Warn(
57 #[cfg(any(all(not(target_arch = "wasm32"), feature = "std"), feature = "tracing"))]
58 Location::caller(),
59 ))
60 }
61
62 const fn defuse(&mut self) {
63 self.0 = BombState::Defused;

Callers 15

createWebSocketFunction · 0.80
main.tsxFile · 0.80
flushMethod · 0.80
cleanupUnverifiedUsersFunction · 0.80
seedSupplyChainDemoFunction · 0.80
ensureUsersAreSeededFunction · 0.80
resolveInvocationFunction · 0.80
getEmailsFromKratosFunction · 0.80
middlewareFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected