MCPcopy Index your code
hub / github.com/dataease/SQLBot / isArrayOfFile

Function isArrayOfFile

frontend/public/swagger-ui-bundle.js:41436–41438  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

41434 (null !== s && 'object' == typeof s && 'function' == typeof s.pipe)
41435 )
41436 }
41437 function isArrayOfFile(s, o) {
41438 return Array.isArray(s) && s.some((s) => isFile(s, o))
41439 }
41440 class FileWithData extends File {
41441 constructor(s, o = '', i = {}) {

Callers 2

formatKeyValueFunction · 0.85
serializeRequestFunction · 0.85

Calls 3

isFileFunction · 0.85
isArrayMethod · 0.45
someMethod · 0.45

Tested by

no test coverage detected