(content string)
| 343 | } |
| 344 | |
| 345 | func NewLightApp(content string) *LightAppElement { |
| 346 | return &LightAppElement{ |
| 347 | AppName: gjson.Get(content, "app").Str, |
| 348 | Content: content, |
| 349 | } |
| 350 | } |
| 351 | |
| 352 | func NewXML(content string) *XMLElement { |
| 353 | return &XMLElement{ |
no outgoing calls
no test coverage detected