Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/openwhisk-cli
/ DeleteFile
Function
DeleteFile
tests/src/integration/common/utils.go:91–94 ·
view source on GitHub ↗
(filePath string)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
DeleteFile(filePath string) {
92
var
err = os.Remove(filePath)
93
checkError(err)
94
}
95
96
func
RemoveRedundantSpaces(in string) (out string) {
97
white := false
Callers
10
TestSetAPIHostAuthNamespace
Function · 0.92
TestShowAPIBuildVersion
Function · 0.92
TestShowAPIBuildVersionHTTP
Function · 0.92
TestRejectAuthCommNoKey
Function · 0.92
TestDefaultNamespace
Function · 0.92
TestValidateDefaultProperties
Function · 0.92
TestSetAuth
Function · 0.92
TestSetMultipleValues
Function · 0.92
TestRejectBadComm
Function · 0.92
TestRejectCommAPIHostNotSet
Function · 0.92
Calls
1
checkError
Function · 0.85
Tested by
10
TestSetAPIHostAuthNamespace
Function · 0.74
TestShowAPIBuildVersion
Function · 0.74
TestShowAPIBuildVersionHTTP
Function · 0.74
TestRejectAuthCommNoKey
Function · 0.74
TestDefaultNamespace
Function · 0.74
TestValidateDefaultProperties
Function · 0.74
TestSetAuth
Function · 0.74
TestSetMultipleValues
Function · 0.74
TestRejectBadComm
Function · 0.74
TestRejectCommAPIHostNotSet
Function · 0.74