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

Method edit

api/server/models/Comment.ts:66–66  ·  view source on GitHub ↗
({
    content,
    userId,
    teamId,
    id,
    socketId,
  }: {
    content: string;
    userId: string;
    teamId: string;
    id: string;
    socketId?: string;
  })

Source from the content-addressed store, hash-verified

64 }): Promise<{ comment: ICommentDocument; userIdsToNotify: string[] }>;
65
66 edit({
67 content,
68 userId,
69 teamId,

Callers

nothing calls this directly

Implementers 2

CommentClassapi/server/models/Comment.ts
MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected