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

Method _getSourceReader

lib/specifications/ComponentProject.js:173–175  ·  view source on GitHub ↗

* Get a resource reader for the resources of the project * * @returns {@ui5/fs/ReaderCollection} Reader collection

()

Source from the content-addressed store, hash-verified

171 * @returns {@ui5/fs/ReaderCollection} Reader collection
172 */
173 _getSourceReader() {
174 throw new Error(`_getSourceReader must be implemented by subclass ${this.constructor.name}`);
175 }
176
177 /**
178 * Get a resource reader for the test resources of the project

Callers 1

_getReaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected