Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ RemoveAll
Method
RemoveAll
provisionersdk/tfpath/tfpath_test.go:84–89 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(rf *removeFailure) RemoveAll(path string) error {
85
if
rf.removeAll != nil {
86
return
rf.removeAll(path)
87
}
88
return
rf.Fs.RemoveAll(path)
89
}
Callers
15
classicTemplateVersionTags
Method · 0.80
openEmbeddedPostgres
Function · 0.80
openContainer
Function · 0.80
Cleanup
Method · 0.80
CleanStaleSessions
Method · 0.80
TestDiscoverVarsFiles
Function · 0.80
TestParseVariableValuesFromVarsFiles
Function · 0.80
TestParseVariableValuesFromVarsFiles_InvalidJSON
Function · 0.80
TestParseVariableValuesFromVarsFiles_InvalidHCL
Function · 0.80
Server
Method · 0.80
startBuiltinPostgres
Function · 0.80
removeTmpDirUntilSuccessAfterTest
Function · 0.80
Calls
1
removeAll
Method · 0.80
Tested by
no test coverage detected