MCPcopy Create free account
hub / github.com/garrytan/gstack / ActiveDecision

Interface ActiveDecision

lib/gstack-decision.ts:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface ActiveDecision extends DecisionEvent {
48 kind: "decide";
49}
50
51export interface DecisionPaths {
52 log: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected