MCPcopy 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
297export const ariaDiff = diffAriaSnapshots

Callers 2

proceedSelectFunction · 0.80
trace_test.jsFile · 0.80

Calls 1

listMethod · 0.95

Tested by

no test coverage detected