()
| 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){ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…