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

Method Set

cache/cache.go:12–12  ·  view source on GitHub ↗
(key string, value string, expiresAt time.Time)

Source from the content-addressed store, hash-verified

10type Cache interface {
11 Get(key string) (string, time.Time)
12 Set(key string, value string, expiresAt time.Time)
13}

Callers 13

TestDownloadLargeFileFunction · 0.65
sendWithRetriesMethod · 0.65
sendMethod · 0.65
writeMultipartFormMethod · 0.65
writeMultipartFormMethod · 0.65
writeErrorPageMethod · 0.65
writeHtmlPageMethod · 0.65
addHeadersMethod · 0.65
CallMethod · 0.65

Implementers 1

FileCachecache/file_cache.go

Calls

no outgoing calls

Tested by 2

TestDownloadLargeFileFunction · 0.52