MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / constructor

Method constructor

packages/xadmin/src/app.js:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export default class App {
4
5 constructor() {
6 this.apps = []
7 this.items = {}
8 this.context = {}
9 this._cache = {}
10 }
11
12 checkAddItems(items) {
13 items && Object.keys(items).forEach(key => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected