MCPcopy Create free account
hub / github.com/SAP/ui5-project / getWorkspace

Method getWorkspace

lib/specifications/Project.js:274–276  ·  view source on GitHub ↗

* Get a [DuplexCollection]@ui5/fs/DuplexCollection for accessing and modifying a * project's resources. This is always of style buildtime . * * @public * @returns {@ui5/fs/DuplexCollection} DuplexCollection

()

Source from the content-addressed store, hash-verified

272 * @returns {@ui5/fs/DuplexCollection} DuplexCollection
273 */
274 getWorkspace() {
275 throw new Error(`getWorkspace must be implemented by subclass ${this.constructor.name}`);
276 }
277
278 /* === Internals === */
279 /**

Callers 4

ThemeLibrary.jsFile · 0.45
Application.jsFile · 0.45
Module.jsFile · 0.45
Library.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected