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

Method CheckConflict

cmds/cmd_tree.go:104–104  ·  view source on GitHub ↗
(context.Context, ...configs.Port)

Source from the content-addressed store, hash-verified

102 type depChecker interface {
103 CheckCircular(context.Context, configs.Port) error
104 CheckConflict(context.Context, ...configs.Port) error
105 }
106 checker := depchecker.(depChecker)
107

Callers 8

installMethod · 0.65
showPortTreeMethod · 0.65
showProjectTreeMethod · 0.65
collectPackagesMethod · 0.65
collectDevPackagesMethod · 0.65
checkProjectMethod · 0.65

Implementers 1

depcheckdepcheck/depcheck.go

Calls

no outgoing calls