MCPcopy Create free account
hub / github.com/SAP/ui5-builder / getPath

Function getPath

test/lib/processors/libraryLessGenerator.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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` +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected