MCPcopy Create free account
hub / github.com/codecombat/codecombat / f2

Function f2

test/app/lib/ScriptManager.spec.js:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 let gotCbsEvent = null;
120 const f2 = event => gotCbsEvent = event;
121 Backbone.Mediator.subscribe('cbs', f2, this);
122
123 Backbone.Mediator.publish('pbs');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected