Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/whoiskatrin/sql-translator
/ ITextCopied
Interface
ITextCopied
pages/index.tsx:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
interface ITextCopied {
31
isCopied: boolean;
32
isHistory: boolean;
33
text: string;
34
}
35
interface prev {
36
previnput: string;
37
prevoutput: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected