MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / push

Method push

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

Source from the content-addressed store, hash-verified

99 }
100
101 override async push(data: string[]): Promise<void> {
102 const content = stringify([data]);
103 return this.performWrite(content);
104 }
105}
106export function readNdJson(taskPath: string, limit: number | null | undefined=null) : Promise<any[]>{
107 const items: any[] = []

Callers 15

writeCsvFunction · 0.95
getJsFilesRecursivelyFunction · 0.45
getFilesRecursivelyFunction · 0.45
normalizeDataFunction · 0.45
readExcelFileFunction · 0.45
deleteItemsByFilterMethod · 0.45
performTaskFunction · 0.45
getUniqueItemsFunction · 0.45
drainQueueFunction · 0.45
createPlaywrightChromeFunction · 0.45
closeAllChromesFunction · 0.45
runPlaywrightFunction · 0.45

Calls 1

performWriteMethod · 0.45

Tested by

no test coverage detected