MCPcopy Create free account
hub / github.com/Yaffle/EventSource / registerLoggingCallback

Function registerLoggingCallback

tests/qunit.js:1153–1157  ·  view source on GitHub ↗
( key )

Source from the content-addressed store, hash-verified

1151}
1152
1153function registerLoggingCallback( key ) {
1154 return function( callback ) {
1155 config[key].push( callback );
1156 };
1157}
1158
1159// Supports deprecated method of completely overwriting logging callbacks
1160function runLoggingCallbacks( key, scope, args ) {

Callers 1

qunit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected