MCPcopy Create free account
hub / github.com/async-labs/async /

Class

api/server/models/Comment.ts:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123class CommentClass extends mongoose.Model {
124 public static async getList({ userId, discussionId }) {
125 await this.checkPermission({ userId, discussionId });
126

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected