MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / constructor

Method constructor

helpers/api/kind.js:56–64  ·  view source on GitHub ↗
({
        list,
        kindSlug,
        perPage = defaultPerPage
    })

Source from the content-addressed store, hash-verified

54
55export class KindList extends PaginatedList {
56 constructor({
57 list,
58 kindSlug,
59 perPage = defaultPerPage
60 }) {
61 super({ list, perPage })
62
63 this.kindSlug = kindSlug
64 }
65
66 baseRoute = makeKindEndpoint({ kindSlug: this.kindSlug })
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected