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

Method constructor

other/test.js:2–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1class OutputBlockClass extends Block {
2 constructor() {
3 super();
4 this.name = "output";
5 }
6
7 newInstance(row, col, inputBuffer) {
8 const outputBuffer = this.initBuffer(["map_read", "copy_to"], [row, col]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected