MCPcopy
hub / github.com/ThatGuySam/doesitarm / json

Method json

helpers/api/pagination.js:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 hasPreviousPage: this.hasPage( pageNumber - 1 ),
56 hasNextPage: this.hasPage( pageNumber + 1 ),
57 get json() {
58 return JSON.stringify( items )
59 }
60 }
61 }
62

Callers 1

handlers.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected