MCPcopy
hub / github.com/SukkaW/Surge / transform

Method transform

Build/lib/process-line.ts:47–52  ·  view source on GitHub ↗
(l, controller)

Source from the content-addressed store, hash-verified

45 constructor() {
46 super({
47 transform(l, controller) {
48 const line = processLine(l);
49 if (line) {
50 controller.enqueue(line);
51 }
52 }
53 });
54 }
55}

Callers

nothing calls this directly

Calls 1

processLineFunction · 0.85

Tested by

no test coverage detected