MCPcopy Create free account
hub / github.com/facebook/Rapid / isReviewRequested

Function isReviewRequested

modules/ui/commit.js:658–663  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

656
657
658 function isReviewRequested(tags) {
659 let rr = tags.review_requested;
660 if (rr === undefined) return false;
661 rr = rr.trim().toLowerCase();
662 return !(rr === '' || rr === 'no');
663 }
664
665
666 function updateChangeset(changed, onInput) {

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected