MCPcopy Create free account
hub / github.com/denoland/std / releaseLock

Method releaseLock

cbor/sequence_decoder_stream.ts:274–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 );
273 if (typeof bytes === "bigint") {
274 let releaseLock: ReleaseLock = () => {};
275 const lock = new Promise((x) => releaseLock = x);
276 return [
277 new CborByteDecodedStream(this.#readGen(bytes), releaseLock),

Calls

no outgoing calls

Tested by

no test coverage detected