MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / GetContextKeyString

Function GetContextKeyString

common/gin.go:57–59  ·  view source on GitHub ↗
(c *gin.Context, key constant.ContextKey)

Source from the content-addressed store, hash-verified

55}
56
57func GetContextKeyString(c *gin.Context, key constant.ContextKey) string {
58 return c.GetString(string(key))
59}
60
61func GetContextKeyInt(c *gin.Context, key constant.ContextKey) int {
62 return c.GetInt(string(key))

Callers 8

ModelRequestRateLimitFunction · 0.92
DistributeFunction · 0.92
RelayFunction · 0.92
WssRelayFunction · 0.92
RelayClaudeFunction · 0.92
DoMidjourneyHttpRequestFunction · 0.92
GenRelayInfoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected