MCPcopy
hub / github.com/shadow1ng/fscan / pluginExists

Method pluginExists

core/base_scan_strategy.go:88–90  ·  view source on GitHub ↗
(pluginName string)

Source from the content-addressed store, hash-verified

86}
87
88func (b *BaseScanStrategy) pluginExists(pluginName string) bool {
89 return plugins.Exists(pluginName)
90}
91
92func (b *BaseScanStrategy) getPluginPorts(pluginName string) []int {
93 return plugins.GetPluginPorts(pluginName)

Callers 4

GetPluginsMethod · 0.95

Calls 1

ExistsFunction · 0.92

Tested by

no test coverage detected