* 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)
| 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 |
no outgoing calls
no test coverage detected