MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetContextKeyInt

Function GetContextKeyInt

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

Source from the content-addressed store, hash-verified

59}
60
61func GetContextKeyInt(c *gin.Context, key constant.ContextKey) int {
62 return c.GetInt(string(key))
63}
64
65func GetContextKeyBool(c *gin.Context, key constant.ContextKey) bool {
66 return c.GetBool(string(key))

Callers 1

GenRelayInfoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected