MCPcopy 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
91func DeleteFile(filePath string) {
92 var err = os.Remove(filePath)
93 checkError(err)
94}
95
96func RemoveRedundantSpaces(in string) (out string) {
97 white := false

Callers 10

TestShowAPIBuildVersionFunction · 0.92
TestRejectAuthCommNoKeyFunction · 0.92
TestDefaultNamespaceFunction · 0.92
TestSetAuthFunction · 0.92
TestSetMultipleValuesFunction · 0.92
TestRejectBadCommFunction · 0.92

Calls 1

checkErrorFunction · 0.85

Tested by 10

TestShowAPIBuildVersionFunction · 0.74
TestRejectAuthCommNoKeyFunction · 0.74
TestDefaultNamespaceFunction · 0.74
TestSetAuthFunction · 0.74
TestSetMultipleValuesFunction · 0.74
TestRejectBadCommFunction · 0.74