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

Method getProject

lib/graph/ProjectGraph.js:86–88  ·  view source on GitHub ↗

* Retrieve a single project from the dependency graph * * @public * @param {string} projectName Name of the project to retrieve * @returns {@ui5/project/specifications/Project|undefined} * project instance or undefined if the project is unknown to the graph

(projectName)

Source from the content-addressed store, hash-verified

84 * project instance or undefined if the project is unknown to the graph
85 */
86 getProject(projectName) {
87 return this._projects.get(projectName);
88 }
89
90 /**
91 * Get all projects in the graph

Calls

no outgoing calls

Tested by

no test coverage detected