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

Method addFile

api/server/models/Comment.ts:110–110  ·  view source on GitHub ↗
({
    userId,
    commentId,
    fileName,
    fileUrl,
  }: {
    userId: string;
    commentId: string;
    fileName: string;
    fileUrl: string;
  })

Source from the content-addressed store, hash-verified

108 }): Promise<any>;
109
110 addFile({
111 userId,
112 commentId,
113 fileName,

Callers 1

team-member.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected