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

Method seal

lib/graph/ProjectGraph.js:594–596  ·  view source on GitHub ↗

* Seal the project graph so that no further changes can be made to it * * @public

()

Source from the content-addressed store, hash-verified

592 * @public
593 */
594 seal() {
595 this._sealed = true;
596 }
597
598 /**
599 * Check whether the project graph has been sealed.

Callers 3

buildMethod · 0.95
joinMethod · 0.80
ProjectGraph.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected