Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/
Class
client/src/components/ui/SearchBox/queryFromState.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ convertToRaw, EditorState, RawDraftContentState } from
'draft-js'
2
3
class
Query {
4
data: RawDraftContentState
5
6
constructor(editorState: EditorState) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected