↓ 5 callersFunctionresponse(
res: Response,
error: boolean|string = false,
status = 200,
saved = false,
isApproved = false,
)
src/process-comment.ts:48
↓ 1 callersFunctiongetNewCommentHtml(
data: Record<string, unknown>,
options: CommentOptions,
newComment: any,
isApproved: boolean,
)
src/process-comment.ts:124
↓ 1 callersFunctionhasPublishedComment(
{ body }: Request,
res: Response<any, Record<string, any>>,
options: CommentOptions,
)
src/has-published-comment.ts:8
↓ 1 callersFunctionsendNewCommentAlert(
data: Record<string, unknown>,
options: CommentOptions,
newComment: any,
isApproved: boolean,
)
src/process-comment.ts:108