MCPcopy 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
146func NewStudioProjectReader(path string) *StudioProjectReader {
147 return &StudioProjectReader{path}
148}

Calls

no outgoing calls