MCPcopy Create free account
hub / github.com/6pac/SlickGrid / hasQueuedChanges

Function hasQueuedChanges

scripts/dev-watch.mjs:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 function hasQueuedChanges() {
117 if (changedFiles.size > 0) {
118 return true;
119 }
120
121 return false;
122 }
123
124 function executeCommandCallback(filepath = '') {
125 return new Promise(async (resolve) => {

Callers 1

executeCommandCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected