MCPcopy Create free account
hub / github.com/apache/skywalking-php / Noop

Interface Noop

src/execute.rs:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 dyn Fn(Option<i64>, Box<dyn Any>, &mut ExecuteData, &mut ZVal) -> crate::Result<()>;
36
37pub trait Noop {
38 fn noop() -> Self;
39}
40
41impl Noop for Box<BeforeExecuteHook> {
42 #[inline]

Callers

nothing calls this directly

Implementers 1

execute.rssrc/execute.rs

Calls

no outgoing calls

Tested by

no test coverage detected