MCPcopy Create free account
hub / github.com/coderwhy/coderhub / list

Method list

src/controller/label.controller.js:10–14  ·  view source on GitHub ↗
(ctx, next)

Source from the content-addressed store, hash-verified

8 }
9
10 async list(ctx, next) {
11 const { limit, offset } = ctx.query;
12 const result = await service.getLabels(limit, offset);
13 ctx.body = result;
14 }
15}
16
17module.exports = new LabelController();

Callers

nothing calls this directly

Calls 1

getLabelsMethod · 0.80

Tested by

no test coverage detected