MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll /

Class

src/EventManager.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class EventManager{
2 private events: Map<string, Array<Function>> = new Map<string, Array<Function>>()
3 on(id: string, event: Function){
4 if ( this.events.has(id) == false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected