MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / FilterGlobalOptions

Method FilterGlobalOptions

controller/strategy/iml.go:131–133  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

129}
130
131func (i *imlStrategyController) FilterGlobalOptions(ctx *gin.Context) ([]*strategy_dto.FilterOption, error) {
132 return i.filterOptions(ctx, strategy_filter.ScopeGlobal)
133}
134
135func (i *imlStrategyController) GetStrategy(ctx *gin.Context, id string) (*strategy_dto.Strategy, error) {
136 return i.strategyModule.Get(ctx, id)

Callers

nothing calls this directly

Calls 1

filterOptionsMethod · 0.95

Tested by

no test coverage detected