MCPcopy
hub / github.com/puma/puma-dev / eventAdd

Method eventAdd

dev/app.go:59–64  ·  view source on GitHub ↗
(name string, args ...interface{})

Source from the content-addressed store, hash-verified

57}
58
59func (a *App) eventAdd(name string, args ...interface{}) {
60 args = append([]interface{}{"app", a.Name}, args...)
61
62 str := a.Events.Add(name, args...)
63 a.lines.Append("#event " + str)
64}
65
66func (a *App) SetAddress(scheme, host string, port int) {
67 a.Scheme = scheme

Callers 6

KillMethod · 0.95
watchMethod · 0.95
LaunchAppMethod · 0.95
readProxyMethod · 0.95
maybeIdleMethod · 0.80
PurgeMethod · 0.80

Calls 2

AddMethod · 0.80
AppendMethod · 0.80

Tested by

no test coverage detected