Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
NewDepCheck() *depcheck {
16
return
&depcheck{
17
debugMode: false,
18
}
19
}
20
21
type
versionInfo
struct
{
22
parent string
Callers
6
tree
Method · 0.92
TestDepCheck_CheckCircular_Normal
Function · 0.85
TestDepCheck_CheckCircular_Dependencies
Function · 0.85
TestDepCheck_CheckCircular_DevDependencies
Function · 0.85
TestDepCheck_CheckConflict_Conflict
Function · 0.85
TestDepCheck_CheckConflict_Normal
Function · 0.85
Calls
no outgoing calls
Tested by
5
TestDepCheck_CheckCircular_Normal
Function · 0.68
TestDepCheck_CheckCircular_Dependencies
Function · 0.68
TestDepCheck_CheckCircular_DevDependencies
Function · 0.68
TestDepCheck_CheckConflict_Conflict
Function · 0.68
TestDepCheck_CheckConflict_Normal
Function · 0.68