MCPcopy Create free account
hub / github.com/codegangsta/gin / scanCallback

FuncType scanCallback

main.go:263–263  ·  view source on GitHub ↗
func(path string)

Source from the content-addressed store, hash-verified

261}
262
263type scanCallback func(path string)
264
265func scanChanges(watchPath string, excludeDirs []string, allFiles bool, cb scanCallback) {
266 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected