MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / last

Method last

lib/utils/trace.js:293–293  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

291
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

Callers

nothing calls this directly

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected