MCPcopy
hub / github.com/codeceptjs/CodeceptJS / filter

Method filter

lib/data/table.js:38–40  ·  view source on GitHub ↗

@param {Function} func

(func)

Source from the content-addressed store, hash-verified

36
37 /** @param {Function} func */
38 filter(func) {
39 return this.rows.filter(row => func(row.data))
40 }
41}
42
43export default DataTable

Callers 15

docsPluginsFunction · 0.80
buildLibWithDocsFunction · 0.80
docsHelpersFunction · 0.80
docsAppiumFunction · 0.80
contributorFacesFunction · 0.80
getCurrentBetaVersionFunction · 0.80
docsPluginsFunction · 0.80
buildLibWithDocsFunction · 0.80
docsHelpersFunction · 0.80
docsAppiumFunction · 0.80
contributorFacesFunction · 0.80
actor.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected