Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ NewStudioProjectReader
Function
NewStudioProjectReader
plugin/studio/studio_project_reader.go:146–148 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
144
}
145
146
func
NewStudioProjectReader(path string) *StudioProjectReader {
147
return
&StudioProjectReader{path}
148
}
Callers
15
execute
Method · 0.92
prepareExecution
Method · 0.92
execute
Method · 0.92
execute
Method · 0.92
TestStudioProjectReader_FileNotFound_ReturnsError
Function · 0.85
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.85
TestStudioProjectReaderReturnsMetadata
Function · 0.85
TestStudioProjectReaderReturnsTargetFrameworkWindows
Function · 0.85
TestStudioProjectReaderReturnsTargetFrameworkLegacy
Function · 0.85
TestStudioProjectReaderUnknownTargetFrameworkDefaultsToCrossPlatform
Function · 0.85
TestStudioProjectReaderAddToIgnoredFilesCreatesNewSection
Function · 0.85
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingDesignOptions
Function · 0.85
Calls
no outgoing calls
Tested by
14
TestStudioProjectReader_FileNotFound_ReturnsError
Function · 0.68
TestStudioProjectReaderInvalidJsonReturnsError
Function · 0.68
TestStudioProjectReaderReturnsMetadata
Function · 0.68
TestStudioProjectReaderReturnsTargetFrameworkWindows
Function · 0.68
TestStudioProjectReaderReturnsTargetFrameworkLegacy
Function · 0.68
TestStudioProjectReaderUnknownTargetFrameworkDefaultsToCrossPlatform
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesCreatesNewSection
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingDesignOptions
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingProcessOptions
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesAddsToExistingIgnoredFiles
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesFileNotFoundReturnsError
Function · 0.68
TestStudioProjectReaderAddToIgnoredFilesInvalidJsonReturnsError
Function · 0.68