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

Function signatureKVKey

internal/cache/signature_cache.go:296–298  ·  view source on GitHub ↗
(modelName, text string)

Source from the content-addressed store, hash-verified

294}
295
296func signatureKVKey(modelName, text string) string {
297 return fmt.Sprintf("cpa:signature:%s:%s", GetModelGroup(modelName), homekv.HashKeyPart(text))
298}
299
300var signatureCacheEnabled atomic.Bool
301var signatureBypassStrictMode atomic.Bool

Calls 1

GetModelGroupFunction · 0.85