MCPcopy Create free account
hub / github.com/melonjs/melonJS / container.spec.js

File container.spec.js

packages/melonjs/tests/container.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
2import { Body, Container, Rect, Renderable, World } from "../src/index.js";
3
4describe("Container", () => {

Callers

nothing calls this directly

Calls 15

isAttachedToRootMethod · 0.80
addChildMethod · 0.80
removeChildNowMethod · 0.80
getChildAtMethod · 0.80
addChildAtMethod · 0.80
swapChildrenMethod · 0.80
getChildIndexMethod · 0.80
hasChildMethod · 0.80
getChildByPropMethod · 0.80
getChildByTypeMethod · 0.80
getChildByNameMethod · 0.80
getChildrenMethod · 0.80

Tested by

no test coverage detected