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

Function getScope

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

Source from the content-addressed store, hash-verified

10345 // set current scope (default 'all')
10346 function setScope(scope){ _scope = scope || 'all' };
10347 function getScope(){ return _scope || 'all' };
10348
10349 // delete all handlers for a given scope
10350 function deleteScope(scope){

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…