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

Method getActiveList

api/server/models/Discussion.ts:35–35  ·  view source on GitHub ↗
({
    userId,
    teamId,
  }: {
    userId: string;
    teamId: string;
  })

Source from the content-addressed store, hash-verified

33
34interface IDiscussionModel extends mongoose.Model<IDiscussionDocument> {
35 getActiveList({
36 userId,
37 teamId,
38 }: {

Callers 2

loadDiscussionsDataFunction · 0.65
team-member.tsFile · 0.65

Implementers 1

DiscussionClassapi/server/models/Discussion.ts

Calls

no outgoing calls

Tested by

no test coverage detected