MCPcopy Create free account
hub / github.com/sql-js/sql.js / resetModifiers

Function resetModifiers

documentation/javascript/application.js:10299–10302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10297 };
10298
10299 function resetModifiers() {
10300 for(k in _mods) _mods[k] = false;
10301 for(k in _MODIFIERS) assignKey[k] = false;
10302 }
10303
10304 // parse and assign shortcut
10305 function assignKey(key, scope, method){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…