Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
interface
Cash {
11
trigger ( event: Event | string, data?: any ): this;
12
}
13
14
fn.trigger =
function
( this: Cash, event: Event | string, data?: any ) {
Callers
3
manipulation.js
File · 0.80
events.js
File · 0.80
shorthands.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected