MCPcopy Index your code
hub / github.com/codegangsta/gin / needsRefresh

Method needsRefresh

lib/runner.go:126–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (r *runner) needsRefresh() bool {
127 info, err := r.Info()
128 if err != nil {
129 return false
130 } else {
131 return info.ModTime().After(r.starttime)
132 }
133}

Callers 1

RunMethod · 0.95

Calls 1

InfoMethod · 0.95

Tested by

no test coverage detected