Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cft0808/edict
/ ActionResult
Interface
ActionResult
edict/frontend/src/api.ts:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
// ── Types ──
113
114
export
interface
ActionResult {
115
ok: boolean;
116
message?: string;
117
error?: string;
118
}
119
120
export
interface
FlowEntry {
121
at: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected