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

Function shouldNormalize

js/botasaurus-server-js/src/task-helper.ts:137–139  ·  view source on GitHub ↗
(allKeys: string[] | null, firstItemKeyCount: number)

Source from the content-addressed store, hash-verified

135
136
137function shouldNormalize(allKeys: string[] | null, firstItemKeyCount: number) {
138 return allKeys && allKeys.length !== firstItemKeyCount
139}
140
141/**
142 * Write deduplicated tasks and normalize if needed tasks to a file.

Callers 2

writeDeduplicatedTasksFunction · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected