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

Function NewDepCheck

depcheck/depcheck.go:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func NewDepCheck() *depcheck {
16 return &depcheck{
17 debugMode: false,
18 }
19}
20
21type versionInfo struct {
22 parent string

Calls

no outgoing calls