Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cameri/nostream
/ execute
Method
execute
src/@types/message-handlers.ts:12–12 ·
view source on GitHub ↗
(args: TInput)
Source
from the content-addressed store, hash-verified
10
11
export
interface
IEventStrategy<TInput, TOutput> {
12
execute(args: TInput): TOutput
13
}
Callers
10
ephemeral-event-strategy.spec.ts
File · 0.65
gift-wrap-event-strategy.spec.ts
File · 0.65
default-event-strategy.spec.ts
File · 0.65
vanish-event-strategy.spec.ts
File · 0.65
parameterized-replaceable-event-strategy.spec.ts
File · 0.65
group-event-strategy.spec.ts
File · 0.65
timestamp-event-strategy.spec.ts
File · 0.65
delete-event-strategy.spec.ts
File · 0.65
replaceable-event-strategy.spec.ts
File · 0.65
handleMessage
Method · 0.65
Implementers
9
GroupEventStrategy
src/handlers/event-strategies/group-ev
ParameterizedReplaceableEventStrategy
src/handlers/event-strategies/paramete
EphemeralEventStrategy
src/handlers/event-strategies/ephemera
DeleteEventStrategy
src/handlers/event-strategies/delete-e
VanishEventStrategy
src/handlers/event-strategies/vanish-e
ReplaceableEventStrategy
src/handlers/event-strategies/replacea
TimestampEventStrategy
src/handlers/event-strategies/timestam
GiftWrapEventStrategy
src/handlers/event-strategies/gift-wra
DefaultEventStrategy
src/handlers/event-strategies/default-
Calls
no outgoing calls
Tested by
no test coverage detected