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

File renderable.spec.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 14

addChildMethod · 0.80
isAttachedToRootMethod · 0.80
addPostEffectMethod · 0.80
getPostEffectMethod · 0.80
removePostEffectMethod · 0.80
clearPostEffectsMethod · 0.80
setupFunction · 0.70
getBoundsMethod · 0.65
destroyMethod · 0.65
setMethod · 0.45
resizeMethod · 0.45
shiftMethod · 0.45

Tested by

no test coverage detected