MCPcopy
hub / github.com/DO-SAY-GO/dn / isReady

Function isReady

src/archivist.js:922–924  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

920 }
921
922 async function isReady() {
923 return await untilTrue(() => Status.loaded);
924 }
925
926 async function loadFuzzy({fromMemOnly: fromMemOnly = false} = {}) {
927 if ( ! fromMemOnly ) {

Callers

nothing calls this directly

Calls 1

untilTrueFunction · 0.90

Tested by

no test coverage detected