MCPcopy
hub / github.com/bettercap/bettercap / Printf

Method Printf

session/module.go:110–112  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

108}
109
110func (m *SessionModule) Printf(format string, a ...interface{}) {
111 m.Session.Events.Printf(format, a...)
112}
113
114func (m *SessionModule) Requires(modName string) {
115 m.requires = append(m.requires, modName)

Callers 1

SetRunningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected