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

Method readCommentStoreMethod

app/lib/store/User.ts:805–814  ·  view source on GitHub ↗
(commentId: string, teamId: string)

Source from the content-addressed store, hash-verified

803 }
804
805 public async readCommentStoreMethod(commentId: string, teamId: string) {
806 await readCommentApiMethod({
807 commentId,
808 teamId,
809 });
810
811 runInAction(() => {
812 this.unreadCommentIds.remove(commentId);
813 });
814 }
815
816 public async unreadCommentStoreMethod(commentId: string, teamId: string) {
817 await unreadCommentApiMethod({

Callers 1

DiscussionDetailClass · 0.80

Calls 1

readCommentApiMethodFunction · 0.90

Tested by

no test coverage detected