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

Function hashJoined

internal/watcher/diff/model_hash.go:127–133  ·  view source on GitHub ↗
(keys []string)

Source from the content-addressed store, hash-verified

125}
126
127func hashJoined(keys []string) string {
128 if len(keys) == 0 {
129 return ""
130 }
131 sum := sha256.Sum256([]byte(strings.Join(keys, "\n")))
132 return hex.EncodeToString(sum[:])
133}

Callers 8

SummarizeGeminiModelsFunction · 0.85
SummarizeClaudeModelsFunction · 0.85
SummarizeCodexModelsFunction · 0.85
ComputeClaudeModelsHashFunction · 0.85
ComputeCodexModelsHashFunction · 0.85
ComputeGeminiModelsHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected