Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ ValueModel
Interface
ValueModel
src/pages/components/ScriptStorage/index.tsx:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
const FormItem = Form.Item;
13
14
interface ValueModel {
15
key: string;
16
value: any;
17
}
18
19
const ScriptStorage: React.FC<{
20
script?: Script;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected