MCPcopy Create free account
hub / github.com/0hq/WebGPT / constructor

Method constructor

instructions.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7class Block {
8 constructor() {
9 this.name = "";
10 }
11
12 initialize(device) {
13 this.device = device;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected