MCPcopy Create free account
hub / github.com/dtinth/ThreadGPT / storageKey

Function storageKey

src/App.tsx:593–595  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

591 defaultRole?: Role
592}
593function storageKey(nodeId: string) {
594 return `threadgpt/${nodeId}`
595}
596
597function CreateForm(props: CreateForm) {
598 const defaultValue =

Callers 3

ThreadGPTFunction · 0.85
addNodeFunction · 0.85
rmRfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected