Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
module.exports =
new
LabelController();
Callers
nothing calls this directly
Calls
1
getLabels
Method · 0.80
Tested by
no test coverage detected