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

Function ori_execute_ex

src/execute.rs:255–263  ·  view source on GitHub ↗
(execute_data: Option<&mut ExecuteData>)

Source from the content-addressed store, hash-verified

253
254#[inline]
255fn ori_execute_ex(execute_data: Option<&mut ExecuteData>) {
256 unsafe {
257 if let Some(f) = ORI_EXECUTE_EX {
258 f(execute_data
259 .map(ExecuteData::as_mut_ptr)
260 .unwrap_or(null_mut()))
261 }
262 }
263}
264
265pub fn register_execute_functions() {
266 unsafe {

Callers 1

execute_exFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected