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