MCPcopy Create free account
hub / github.com/emwalker/digraph / constructor

Method constructor

client/src/components/ui/SearchBox/queryFromState.ts:6–8  ·  view source on GitHub ↗
(editorState: EditorState)

Source from the content-addressed store, hash-verified

4 data: RawDraftContentState
5
6 constructor(editorState: EditorState) {
7 this.data = convertToRaw(editorState.getCurrentContent())
8 }
9
10 get parts() {
11 const buffer: string[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected