MCPcopy
hub / github.com/electerm/electerm / copyEditorContent

Function copyEditorContent

src/client/components/text-editor/simple-editor.jsx:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69 // Copy the editor content to clipboard
70 const copyEditorContent = () => {
71 copy(props.value || '')
72 }
73
74 // Find all matches of the search keyword in text
75 const findMatches = () => {

Callers

nothing calls this directly

Calls 1

copyFunction · 0.90

Tested by

no test coverage detected