MCPcopy Create free account
hub / github.com/facebook/Rapid / initAsync

Method initAsync

test/browser/core/ValidationSystem.test.js:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 class MockSystem {
5 constructor() { }
6 initAsync() { return Promise.resolve(); }
7 on() { return this; }
8 pause() { }
9 resume() { }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected