Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bettercap/bettercap
/ Parameters
Method
Parameters
session/module.go:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
func
(m *SessionModule) Parameters()
map
[string]*ModuleParam {
127
return
m.params
128
}
129
130
func
(m *SessionModule) Param(name string) *ModuleParam {
131
return
m.params[name]
Callers
1
TestCertConfigToModule
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestCertConfigToModule
Function · 0.76