MCPcopy
hub / github.com/perkeep/perkeep / Set

Method Set

pkg/sorted/kv.go:47–47  ·  view source on GitHub ↗
(key, value string)

Source from the content-addressed store, hash-verified

45 Get(key string) (string, error)
46
47 Set(key, value string) error
48
49 // Delete deletes keys. Deleting a non-existent key does not return an error.
50 Delete(key string) error

Callers 15

doStatMethod · 0.65
UploadMethod · 0.65
discoveryRespMethod · 0.65
postMethod · 0.65
startMemGoroutineFunction · 0.65
CallbackURLParametersMethod · 0.65
PopulateJSONFromURLMethod · 0.65
ServeSetupMethod · 0.65
ServeCallbackMethod · 0.65
LongPollMethod · 0.65
doUserAPIMethod · 0.65
doCredAPIMethod · 0.65

Implementers 6

memKeyspkg/sorted/mem.go
kvispkg/sorted/kvfile/kvfile.go
keyValuepkg/sorted/mongo/mongokv.go
KeyValuepkg/sorted/buffer/buffer.go
KeyValuepkg/sorted/sqlkv/sqlkv.go
kvispkg/sorted/leveldb/leveldb.go

Calls

no outgoing calls

Tested by 13

testMethod · 0.52
SetMethod · 0.52
TestServeBlobRef_RangeFunction · 0.52
TestRollbackFunction · 0.52
TestBufferFunction · 0.52
TestSortedFunction · 0.52
TestInitNeededMapsFunction · 0.52
TestFixMissingWholerefFunction · 0.52
TestConcurrencyFunction · 0.52
TestFDLeakFunction · 0.52
TestBasicAuthFunction · 0.52
TestSignRequestFunction · 0.52