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

Method constructor

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

Source from the content-addressed store, hash-verified

67 private sep: string;
68
69 constructor(filePath: string) {
70 super(filePath, false); // append will always be false
71 this.sep = "";
72 }
73 override async preStart() {
74 await this.performWrite('[');
75 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected