MCPcopy Create free account
hub / github.com/editablejs/editable / setOptions

Function setOptions

packages/plugins/codeblock/src/options.ts:26–28  ·  view source on GitHub ↗
(editor: Editor, options: CodeBlockOptions)

Source from the content-addressed store, hash-verified

24}
25
26export const setOptions = (editor: Editor, options: CodeBlockOptions) => {
27 CODEBLOCK_OPTIONS.set(editor, options)
28}

Callers 1

withCodeBlockFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…