MCPcopy Index your code
hub / github.com/watsonbox/exportify / total

Method total

src/components/data/PlaylistsData.ts:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 async total() {
26 if (!this.dataInitialized) {
27 await this.loadSlice()
28 }
29
30 return this.data.filter(p => p).length
31 }
32
33 async slice(start: number, end: number) {
34 await this.loadSlice(start, end)

Callers 1

PlaylistTableClass · 0.80

Calls 1

loadSliceMethod · 0.95

Tested by

no test coverage detected