MCPcopy Create free account
hub / github.com/celer-pkg/celer / depcheck

Struct depcheck

depcheck/depcheck.go:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type depcheck struct {
29 debugMode bool
30 ctx context.Context
31 versionInfos map[string][]versionInfo
32 visited map[string]bool
33 path []string
34}
35
36func (d *depcheck) log(format string, v ...any) {
37 if d.debugMode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected