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

Function GetContextKeyStringMap

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

Source from the content-addressed store, hash-verified

71}
72
73func GetContextKeyStringMap(c *gin.Context, key constant.ContextKey) map[string]any {
74 return c.GetStringMap(string(key))
75}
76
77func GetContextKeyTime(c *gin.Context, key constant.ContextKey) time.Time {
78 return c.GetTime(string(key))

Callers 2

DistributeFunction · 0.92
GenRelayInfoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected