MCPcopy
hub / github.com/QuantumNous/new-api / GetContextKeyString

Function GetContextKeyString

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

Source from the content-addressed store, hash-verified

163}
164
165func GetContextKeyString(c *gin.Context, key constant.ContextKey) string {
166 return c.GetString(string(key))
167}
168
169func GetContextKeyInt(c *gin.Context, key constant.ContextKey) int {
170 return c.GetInt(string(key))

Callers 6

ModelRequestRateLimitFunction · 0.92
DistributeFunction · 0.92
DoMidjourneyHttpRequestFunction · 0.92
InitChannelMetaMethod · 0.92
genBaseRelayInfoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected