MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / push

Method push

js/botasaurus-server-js/src/ndjson-http.ts:69–72  ·  view source on GitHub ↗
(data: string[])

Source from the content-addressed store, hash-verified

67 }
68
69 override push(data: string[]): Promise<void> {
70 const content = stringify([data]);
71 return this.performWrite(content);
72 }
73}

Callers 1

writeCsvFunction · 0.95

Calls 1

performWriteMethod · 0.45

Tested by

no test coverage detected