Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ Read
Method
Read
commandline/definition_store.go:6–6 ·
view source on GitHub ↗
(name string, serviceVersion string)
Source
from the content-addressed store, hash-verified
4
type
DefinitionStore
interface
{
5
Names(serviceVersion string) ([]string, error)
6
Read(name string, serviceVersion string) (*DefinitionData, error)
7
}
Callers
2
operationId
Method · 0.65
Load
Method · 0.65
Implementers
1
DefinitionFileStore
commandline/definition_file_store.go
Calls
no outgoing calls
Tested by
no test coverage detected