MCPcopy
hub / github.com/ianarawjo/ChainForge / FlowFile

Interface FlowFile

chainforge/react-server/src/FlowSidebar.tsx:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27import { FLASK_BASE_URL } from "./backend/utils";
28
29interface FlowFile {
30 name: string;
31 pwd_protected: boolean; // whether the flow is encrypted on the backend
32 last_modified: string;
33}
34
35interface FlowSidebarProps {
36 /** The name of flow that's currently loaded in the front-end, if defined. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected