MCPcopy Create free account
hub / github.com/chubin/cheat.sh / main

Function main

share/scripts/cacheCleanup.go:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func main() {
48 err := removeInvalidEntries()
49 if err != nil {
50 log.Println(err)
51 }
52}

Callers

nothing calls this directly

Calls 1

removeInvalidEntriesFunction · 0.85

Tested by

no test coverage detected