Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/openwhisk-cli
/ checkError
Function
checkError
tests/src/integration/common/utils.go:41–46 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
39
)
40
41
func
checkError(err error) {
42
if
err != nil {
43
fmt.Println(err.Error())
44
os.Exit(0)
45
}
46
}
47
48
func
CreateFile(filePath string) {
49
var
_, err = os.Stat(filePath)
Callers
4
CreateFile
Function · 0.85
ReadFile
Function · 0.85
WriteFile
Function · 0.85
DeleteFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected