MCPcopy Create free account
hub / github.com/DOSNetwork/core / Event

Function Event

log/root.go:135–137  ·  view source on GitHub ↗

Event is a convenient alias for Root().Event

(e string, f map[string]interface{})

Source from the content-addressed store, hash-verified

133
134// Event is a convenient alias for Root().Event
135func Event(e string, f map[string]interface{}) {
136 root.Event(e, f)
137}
138
139// TimeTrack is a convenient alias for Root().TimeTrack
140func TimeTrack(start time.Time, e string, info map[string]interface{}) {

Callers

nothing calls this directly

Calls 1

EventMethod · 0.65

Tested by

no test coverage detected