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

Function get_error_info_item

src/plugin/plugin_pdo.rs:269–272  ·  view source on GitHub ↗
(info: &ZArr, i: u64)

Source from the content-addressed store, hash-verified

267}
268
269fn get_error_info_item(info: &ZArr, i: u64) -> anyhow::Result<&ZVal> {
270 info.get(i)
271 .with_context(|| format!("errorInfo[{}] not exists", i))
272}
273
274fn create_exit_span_with_dsn(
275 request_id: Option<i64>, class_name: &str, function_name: &str, dsn: &Dsn,

Callers 1

after_hook_when_falseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected