MCPcopy 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
126func (m *SessionModule) Parameters() map[string]*ModuleParam {
127 return m.params
128}
129
130func (m *SessionModule) Param(name string) *ModuleParam {
131 return m.params[name]

Callers 1

TestCertConfigToModuleFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestCertConfigToModuleFunction · 0.76