MCPcopy Create free account
hub / github.com/hydro-dev/Hydro /

Class

packages/blog/index.ts:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115class BlogUserHandler extends BlogHandler {
116 @param('uid', Types.Int)
117 @param('page', Types.PositiveInt, true)
118 async get(domainId: string, uid: number, page = 1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected