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

Method readComment

api/server/models/User.ts:406–406  ·  view source on GitHub ↗
({ userId, commentId }: { userId: string; commentId: string })

Source from the content-addressed store, hash-verified

404 }): Promise<void>;
405
406 readComment({ userId, commentId }: { userId: string; commentId: string }): Promise<void>;
407 unreadComment({ userId, commentId }: { userId: string; commentId: string }): Promise<void>;
408
409 markCommentAsUnreadForParticipantsOfDiscussionAfterCommentIsAdded({

Callers 1

team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected