Home
last modified time | relevance | path

Searched refs:COMMENT_HEADER (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/code-review/
H A Dreports.ts4 export const COMMENT_HEADER = `<!-- Made with ❤️ by \`expotools code-review\` -->`; constant
11 COMMENT_HEADER,
H A Dindex.ts6 import { COMMENT_HEADER, generateReportFromOutputs } from './reports';
182 return comment.user?.id === userId && comment.body?.startsWith(COMMENT_HEADER);