Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/shellz
/ Close
Method
Close
plugins/plugin.go:89–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(p *Plugin) Close() {
90
p.Lock()
91
defer
p.Unlock()
92
93
if
err, _ := p.Call(
"Close"
, p.ctx); err != nil {
94
log.Warning(
"error while running Close callback for plugin %s: %s"
, p.Name, err)
95
}
96
}
Callers
nothing calls this directly
Calls
1
Warning
Method · 0.80
Tested by
no test coverage detected