()
| 920 | } |
| 921 | |
| 922 | async function isReady() { |
| 923 | return await untilTrue(() => Status.loaded); |
| 924 | } |
| 925 | |
| 926 | async function loadFuzzy({fromMemOnly: fromMemOnly = false} = {}) { |
| 927 | if ( ! fromMemOnly ) { |
nothing calls this directly
no test coverage detected