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

Method Get

cache/cache.go:11–11  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

9// in order to preserve them across multiple CLI invocations.
10type Cache interface {
11 Get(key string) (string, time.Time)
12 Set(key string, value string, expiresAt time.Time)
13}

Callers 9

performLoginFunction · 0.65
renewAuthTokenMethod · 0.65
loginMethod · 0.65
getCategoryMethod · 0.65

Implementers 1

FileCachecache/file_cache.go

Calls

no outgoing calls

Tested by 3

performLoginFunction · 0.52