()
| 29 | const resources = [ |
| 30 | { |
| 31 | getPath() { |
| 32 | return "/resources/sap/foo/themes/base/library.source.less"; |
| 33 | }, |
| 34 | getString() { |
| 35 | return `@import "../../../../sap/ui/core/themes/base/base.less";\n` + |
| 36 | `@import "../../../../sap/ui/core/themes/base/global.less";\n` + |
nothing calls this directly
no outgoing calls
no test coverage detected