Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
doStat
Method · 0.65
Upload
Method · 0.65
discoveryResp
Method · 0.65
post
Method · 0.65
startMemGoroutine
Function · 0.65
CallbackURLParameters
Method · 0.65
PopulateJSONFromURL
Method · 0.65
ServeSetup
Method · 0.65
ServeCallback
Method · 0.65
LongPoll
Method · 0.65
doUserAPI
Method · 0.65
doCredAPI
Method · 0.65
Implementers
6
memKeys
pkg/sorted/mem.go
kvis
pkg/sorted/kvfile/kvfile.go
keyValue
pkg/sorted/mongo/mongokv.go
KeyValue
pkg/sorted/buffer/buffer.go
KeyValue
pkg/sorted/sqlkv/sqlkv.go
kvis
pkg/sorted/leveldb/leveldb.go
Calls
no outgoing calls
Tested by
13
test
Method · 0.52
Set
Method · 0.52
TestServeBlobRef_Range
Function · 0.52
TestRollback
Function · 0.52
TestBuffer
Function · 0.52
TestSorted
Function · 0.52
TestInitNeededMaps
Function · 0.52
TestFixMissingWholeref
Function · 0.52
TestConcurrency
Function · 0.52
TestFDLeak
Function · 0.52
TestBasicAuth
Function · 0.52
TestSignRequest
Function · 0.52