MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / acceptComments

Function acceptComments

webapp/_webapp/src/query/api.ts:232–235  ·  view source on GitHub ↗
(data: PlainMessage<CommentsAcceptedRequest>)

Source from the content-addressed store, hash-verified

230};
231
232export const acceptComments = async (data: PlainMessage<CommentsAcceptedRequest>) => {
233 const response = await apiclient.post(`/comments/accepted`, data);
234 return fromJson(CommentsAcceptedResponseSchema, response);
235};

Callers 1

handleAddCommentsFunction · 0.90

Calls 2

fromJsonFunction · 0.90
postMethod · 0.80

Tested by

no test coverage detected