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

Function TimeTrack

log/root.go:140–142  ·  view source on GitHub ↗

TimeTrack is a convenient alias for Root().TimeTrack

(start time.Time, e string, info map[string]interface{})

Source from the content-addressed store, hash-verified

138
139// TimeTrack is a convenient alias for Root().TimeTrack
140func TimeTrack(start time.Time, e string, info map[string]interface{}) {
141 root.TimeTrack(start, e, info)
142}

Callers

nothing calls this directly

Calls 1

TimeTrackMethod · 0.65

Tested by

no test coverage detected