MCPcopy Index your code
hub / github.com/continuedev/continue / emptyJsonContent

Function emptyJsonContent

gui/src/hooks/useInputHistory.ts:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import useUpdatingRef from "./useUpdatingRef";
5
6const emptyJsonContent = () => ({
7 type: "doc",
8 content: [{ type: "paragraph", content: [{ type: "text", text: "" }] }],
9});
10
11const MAX_HISTORY_LENGTH = 100;
12

Callers 2

useInputHistoryFunction · 0.85
addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected