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

Function with

packages/deserializer/src/markdown.ts:143–149  ·  view source on GitHub ↗
(
    transform: MarkdownDeserializerWithTransform<T>,
    options: T,
  )

Source from the content-addressed store, hash-verified

141 },
142
143 with<T = MarkdownDeserializerOptions>(
144 transform: MarkdownDeserializerWithTransform<T>,
145 options: T,
146 ) {
147 const { transform: t } = this
148 this.transform = transform(t.bind(this), this, options)
149 },
150
151 withEditor<T = MarkdownDeserializerOptions>(
152 editor: Editor,

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…