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

Method trackItems

src/components/data/TracksBaseData.ts:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 async trackItems() {
36 await this.getPlaylistItems()
37
38 return this.playlistItems
39 }
40
41 async data() {
42 await this.getPlaylistItems()

Callers 1

csvDataMethod · 0.95

Calls 1

getPlaylistItemsMethod · 0.95

Tested by

no test coverage detected