Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/skywalking-nodejs
/ OptionMethods
Interface
OptionMethods
src/core/OptionMethods.ts:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
import
PluginInstaller from
'./PluginInstaller'
;
21
22
export
default
interface
OptionMethods {
23
getVersion?(installer: PluginInstaller): string;
24
}
Callers
1
PluginInstaller
Class · 0.65
Implementers
2
AxiosPlugin
src/plugins/AxiosPlugin.ts
MySQL2Plugin
src/plugins/MySQL2Plugin.ts
Calls
no outgoing calls
Tested by
no test coverage detected