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

Function toggleRequestReview

modules/ui/commit.js:554–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552
553
554 function toggleRequestReview() {
555 const rr = requestReviewInput.property('checked');
556 updateChangeset({ review_requested: (rr ? 'yes' : undefined) });
557
558 tagSection
559 .call(rawTagEditor
560 .tags(Object.assign({}, uploader.changeset.tags)) // shallow copy
561 .render
562 );
563 }
564 }
565
566

Callers

nothing calls this directly

Calls 2

updateChangesetFunction · 0.85
tagsMethod · 0.80

Tested by

no test coverage detected