MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / checkRequiredAndLimit

Function checkRequiredAndLimit

agent/app/service/app_utils.go:988–993  ·  view source on GitHub ↗
(app model.App)

Source from the content-addressed store, hash-verified

986}
987
988func checkRequiredAndLimit(app model.App) error {
989 if err := checkLimit(app); err != nil {
990 return err
991 }
992 return nil
993}
994
995func handleMap(params map[string]interface{}, envParams map[string]string) {
996 for k, v := range params {

Callers 1

installWithHooksMethod · 0.85

Calls 1

checkLimitFunction · 0.85

Tested by

no test coverage detected