MCPcopy
hub / github.com/fabiospampinato/cash / trigger

Method trigger

src/events/trigger.ts:11–11  ·  view source on GitHub ↗
( event: Event | string, data?: any )

Source from the content-addressed store, hash-verified

9
10interface Cash {
11 trigger ( event: Event | string, data?: any ): this;
12}
13
14fn.trigger = function ( this: Cash, event: Event | string, data?: any ) {

Callers 3

manipulation.jsFile · 0.80
events.jsFile · 0.80
shorthands.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected