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

Function commit

modules/ui/commit.js:56–64  ·  view source on GitHub ↗
(selection)

Source from the content-addressed store, hash-verified

54
55
56 function commit(selection) {
57 _selection = selection;
58
59 // Initialize changeset if one does not exist yet.
60 if (!uploader.changeset) initChangeset();
61
62 updateSessionChangesetTags();
63 selection.call(render);
64 }
65
66
67 //

Callers

nothing calls this directly

Calls 2

initChangesetFunction · 0.85

Tested by

no test coverage detected