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

Method KVExpire

internal/cache/signature_cache.go:47–47  ·  view source on GitHub ↗
(ctx context.Context, key string, ttl time.Duration)

Source from the content-addressed store, hash-verified

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}
49
50var currentSignatureKVClient = func() (signatureKVClient, bool, error) {

Callers 2

KVExpireRequiredFunction · 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

no test coverage detected