Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ CreateTempFile
Function
CreateTempFile
test/setup.go:267–269 ·
view source on GitHub ↗
(t *testing.T, data string)
Source
from the content-addressed store, hash-verified
265
}
266
267
func
CreateTempFile(t *testing.T, data string) string {
268
return
CreateTempFileBinary(t, []byte(data))
269
}
270
271
func
CreateTempFileBinary(t *testing.T, data []byte) string {
272
path := TempFile(t)
Callers
15
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.92
TestStudioProjectReaderReturnsMetadata
Function · 0.92
TestStudioProjectReaderReturnsTargetFrameworkWindows
Function · 0.92
TestStudioProjectReaderReturnsTargetFrameworkLegacy
Function · 0.92
TestStudioProjectReaderUnknownTargetFrameworkDefaultsToCrossPlatform
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesCreatesNewSection
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingDesignOptions
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingProcessOptions
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingIgnoredFiles
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesInvalidJsonReturnsError
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesInvalidIgnoredFilesReturnsError
Function · 0.92
TestStudioProjectReaderAddToIgnoredFilesFilePatternExistsNoOp
Function · 0.92
Calls
1
CreateTempFileBinary
Function · 0.85
Tested by
15
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.74
TestStudioProjectReaderReturnsMetadata
Function · 0.74
TestStudioProjectReaderReturnsTargetFrameworkWindows
Function · 0.74
TestStudioProjectReaderReturnsTargetFrameworkLegacy
Function · 0.74
TestStudioProjectReaderUnknownTargetFrameworkDefaultsToCrossPlatform
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesCreatesNewSection
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingDesignOptions
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingProcessOptions
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingIgnoredFiles
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesInvalidJsonReturnsError
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesInvalidIgnoredFilesReturnsError
Function · 0.74
TestStudioProjectReaderAddToIgnoredFilesFilePatternExistsNoOp
Function · 0.74