MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / init

Function init

src/theme/list.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12let firstTime = true;
13
14function init() {
15 themes.forEach((theme) => add(theme));
16}
17
18/**
19 * @typedef {object} Theme

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected