* Seal the project graph so that no further changes can be made to it * * @public
()
| 592 | * @public |
| 593 | */ |
| 594 | seal() { |
| 595 | this._sealed = true; |
| 596 | } |
| 597 | |
| 598 | /** |
| 599 | * Check whether the project graph has been sealed. |
no outgoing calls
no test coverage detected