MCPcopy Create free account
hub / github.com/NomicFoundation/hardhat /

Class

packages/hardhat-utils/src/synchronization.ts:679–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 * a new computation, and the older in-flight result won't repopulate the cache.
678 */
679export class SharedPromiseCache<ValueT> {
680 readonly #cache = new Map<string, SharedPromiseCachedResult<ValueT>>();
681
682 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected