Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/skywalking-php
/ class_names
Method
class_names
src/plugin/plugin_pdo.rs:47–49 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
45
46
impl Plugin for PdoPlugin {
47
fn class_names(&self) -> Option<&
'static [&'
static str]> {
48
Some(&[
"PDO"
,
"PDOStatement"
])
49
}
50
51
fn function_name_prefix(&self) -> Option<&'static str> {
52
None
Callers
1
select_plugin
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected