MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / constructor

Method constructor

source/decorator.tsx:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 constructor() {
42 super();
43
44 Promise.resolve().then(() => this.#boot());
45 }
46
47 update = () => {
48 const { update } = Object.getPrototypeOf(this);

Callers

nothing calls this directly

Calls 1

#bootMethod · 0.95

Tested by

no test coverage detected