MCPcopy
hub / github.com/CodeboxIDE/codebox / sync

Function sync

core/cb.addons/require-tools/less/lessc.js:139–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 function restore() { chunks[j] = temp, i = memo, current = i; }
138
139 function sync() {
140 if (i > current) {
141 chunks[j] = chunks[j].slice(i - current);
142 current = i;
143 }
144 }
145 function isWhitespace(c) {
146 // Could change to \s?
147 var code = c.charCodeAt(0);

Callers 2

updateAutoSyncFunction · 0.85
$Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected