MCPcopy
hub / github.com/witheve/Eve / save

Method save

typings/codemirror/codemirror.d.ts:417–417  ·  view source on GitHub ↗

Copy the content of the editor into the textarea.

()

Source from the content-addressed store, hash-verified

415
416 /** Copy the content of the editor into the textarea. */
417 save(): void;
418
419 /** Remove the editor, and restore the original textarea (with the editor's current content). */
420 toTextArea(): void;

Callers 4

initIDEFunction · 0.65
VimFunction · 0.65
handleEventFunction · 0.65
IDEMessageHandlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected