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

Method IsCustomApp

agent/app/model/app.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 return i.Resource == constant.ResourceLocal
46}
47func (i *App) IsCustomApp() bool {
48 return i.Resource == constant.AppResourceCustom
49}
50
51func (i *App) GetAppResourcePath() string {
52 if i.IsLocalApp() {

Callers 2

GetAppResourcePathMethod · 0.95
downloadAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected