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

Method get_mut_parameter

src/plugin/style.rs:43–49  ·  view source on GitHub ↗
(self, execute_data: &mut ExecuteData, index: usize)

Source from the content-addressed store, hash-verified

41 }
42
43 pub fn get_mut_parameter(self, execute_data: &mut ExecuteData, index: usize) -> &mut ZVal {
44 let index = match self {
45 ApiStyle::OO => index,
46 ApiStyle::Procedural => index + 1,
47 };
48 execute_data.get_mut_parameter(index)
49 }
50
51 pub fn validate_num_args(
52 self, execute_data: &mut ExecuteData, num: usize,

Callers 10

infer_request_idFunction · 0.80
get_this_mutMethod · 0.80
hook_onMethod · 0.80
hook_handleMethod · 0.80
hook_curl_setoptMethod · 0.80
inject_sw_headerMethod · 0.80
hook_log_methodsMethod · 0.80
hook_logMethod · 0.80
get_peer_by_parametersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected