Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/celer-pkg/celer
/ check
Function
check
cmds/cmd_test.go:103–108 ·
view source on GitHub ↗
(t *testing.T, err error)
Source
from the content-addressed store, hash-verified
101
}
102
103
func
check(t *testing.T, err error) {
104
t.Helper()
105
if
err != nil {
106
t.Fatal(err)
107
}
108
}
Callers
15
TestInstall_FromPackage
Function · 0.85
TestUpdateCmd_Completion
Function · 0.85
TestUpdateCmd_UpdateConfRepo
Function · 0.85
TestUpdateCmd_UpdateConfRepo_Force
Function · 0.85
TestUpdateCmd_UpdatePortsRepo
Function · 0.85
TestUpdateCmd_UpdateProjectRepos_NoTargets
Function · 0.85
TestUpdateCmd_UpdatePortRepo_SrcNotExist
Function · 0.85
TestUpdateCmd_UpdatePortRepo_NonGitRepo
Function · 0.85
TestUpdateCmd_UpdatePortRepo_CircularDependency
Function · 0.85
TestUpdateCmd_UpdatePortRepo_WithGitRepo
Function · 0.85
TestUpdateCmd_UpdatePorts_BacktickRemoval
Function · 0.85
TestUpdateCmd_DoUpdate_ConfRepo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected