MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / getRulesManager

Function getRulesManager

cmd/cql-proxy/api/project.go:1405–1407  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

1403}
1404
1405func getRulesManager(c *gin.Context) (r *resolver.RulesManager) {
1406 return c.MustGet("rules").(*resolver.RulesManager)
1407}

Callers 2

populateRulesContextFunction · 0.85
loadRulesFunction · 0.85

Calls 1

MustGetMethod · 0.80

Tested by

no test coverage detected