MCPcopy Create free account
hub / github.com/codecombat/codecombat / onFileUploaded

Method onFileUploaded

app/core/treema-ext.js:155–157  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

153 }
154
155 onFileUploaded (e) {
156 return this.editor.insert(`![${e.metadata.name}](/file/${this.uploadingPath})`)
157 }
158
159 togglePreview () {
160 const valEl = this.getValEl()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected