MCPcopy
hub / github.com/SukkaW/Surge / done

Method done

Build/lib/rules/base.ts:369–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 }
368
369 async done() {
370 await this.pendingPromise;
371 this.pendingPromise = null;
372 return this;
373 }
374
375 // private guardPendingPromise() {
376 // // reverse invariant

Callers 4

writeMethod · 0.95
compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected