MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / createFileEvent

Function createFileEvent

src/lib/editorFile.js:1838–1840  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

1836}
1837
1838function createFileEvent(file) {
1839 return new FileEvent(file);
1840}
1841
1842class FileEvent {
1843 #bubblingPhase = true;

Callers 1

editorFile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected