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

Function get_this_mut

src/execute.rs:286–288  ·  view source on GitHub ↗
(execute_data: &mut ExecuteData)

Source from the content-addressed store, hash-verified

284}
285
286pub fn get_this_mut(execute_data: &mut ExecuteData) -> anyhow::Result<&mut ZObj> {
287 execute_data.get_this_mut().context("$this is empty")
288}
289
290fn get_function_and_class_name(
291 execute_data: &mut ExecuteData,

Callers 15

get_this_mutMethod · 0.85
hook_statusMethod · 0.85
hook_pdo_constructMethod · 0.85
hook_pdo_methodsMethod · 0.85
after_hookFunction · 0.85
hook_redis_constructMethod · 0.85
hook_redis_connectMethod · 0.85
hook_redis_methodsMethod · 0.85
before_manager_crud_hookFunction · 0.85
after_manager_crud_hookFunction · 0.85

Calls 1

get_this_mutMethod · 0.80

Tested by

no test coverage detected