MCPcopy
hub / github.com/4ian/GDevelop / completed

Function completed

Extensions/SaveState/tests/SaveState.spec.js:1623–1624  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

1621 // after the operation actually completed. (Load actions resolve at end of
1622 // frame and are awaited via renderAndStep + waitUntil instead.)
1623 const completed = (task) =>
1624 task && task.promise ? task.promise : Promise.resolve();
1625
1626 it('saves to storage with metadata and lists it (no save- prefix)', async () => {
1627 const { runtimeScene } = await makeGameAndScene();

Callers 1

SaveState.spec.jsFile · 0.85

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected