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

Method constructor

js/botasaurus-server-js/src/models.ts:270–272  ·  view source on GitHub ↗
(data: Partial<Task>)

Source from the content-addressed store, hash-verified

268 result?: any;
269
270 constructor(data: Partial<Task>) {
271 Object.assign(this, data);
272 }
273
274 toJson(withResult=true) {
275 return serializeTask(this, withResult);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected