MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / KVSet

Method KVSet

internal/cache/signature_cache.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, key string, value []byte, opts homekv.KVSetOptions)

Source from the content-addressed store, hash-verified

43type signatureKVClient interface {
44 KVGet(ctx context.Context, key string) ([]byte, bool, error)
45 KVSet(ctx context.Context, key string, value []byte, opts homekv.KVSetOptions) (bool, error)
46 KVDel(ctx context.Context, keys ...string) (int64, error)
47 KVExpire(ctx context.Context, key string, ttl time.Duration) (bool, error)
48}

Callers 3

CacheSignatureBestEffortFunction · 0.65
KVSetBytesRequiredFunction · 0.65

Implementers 4

fakeXAIReasoningReplayKVClientinternal/cache/xai_reasoning_replay_ca
fakeCodexReasoningReplayKVClientinternal/cache/codex_reasoning_replay_
fakeSignatureKVClientinternal/cache/signature_cache_test.go
Clientinternal/home/client.go

Calls

no outgoing calls

Tested by 1