Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
export
default DataTable
Callers
15
docsPlugins
Function · 0.80
buildLibWithDocs
Function · 0.80
docsHelpers
Function · 0.80
docsAppium
Function · 0.80
contributorFaces
Function · 0.80
getCurrentBetaVersion
Function · 0.80
docsPlugins
Function · 0.80
buildLibWithDocs
Function · 0.80
docsHelpers
Function · 0.80
docsAppium
Function · 0.80
contributorFaces
Function · 0.80
actor.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected