Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ count
Method
count
lib/utils/trace.js:294–294 ·
view source on GitHub ↗
(kind)
Source
from the content-addressed store, hash-verified
292
first(kind) {
return
this.nth(0, kind) }
293
last(kind) {
return
this.nth(-1, kind) }
294
count(kind) {
return
this.list(kind).length }
295
}
296
297
export
const
ariaDiff = diffAriaSnapshots
Callers
2
proceedSelect
Function · 0.80
trace_test.js
File · 0.80
Calls
1
list
Method · 0.95
Tested by
no test coverage detected