MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewStudioProject

Function NewStudioProject

plugin/studio/studio_project.go:19–21  ·  view source on GitHub ↗
(name string, description string, projectId string, targetFramework TargetFramework)

Source from the content-addressed store, hash-verified

17}
18
19func NewStudioProject(name string, description string, projectId string, targetFramework TargetFramework) *StudioProject {
20 return &StudioProject{name, description, projectId, targetFramework}
21}

Callers 1

ReadMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected