MCPcopy Create free account
hub / github.com/phaserjs/phaser / createMockEvents

Function createMockEvents

tests/loader/LoaderPlugin.test.js:9–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7var CONST = require('../../src/loader/const');
8
9function createMockEvents ()
10{
11 return {
12 once: vi.fn(),
13 on: vi.fn(),
14 off: vi.fn()
15 };
16}
17
18function createMockScene (overrides)
19{

Callers 1

createMockSceneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…