MCPcopy Create free account
hub / github.com/streetwriters/notesnook / text

Method text

apps/mobile/worker.js:9304–9306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9302 }
9303
9304 get text() {
9305 return this.textContent;
9306 }
9307 set text(content) {
9308 this.textContent = content;
9309 }

Callers 15

downloadStylesheetFunction · 0.45
mainFunction · 0.45
handleResponseFunction · 0.45
tableFunction · 0.45
addInputRulesFunction · 0.45
importCsvToTableFunction · 0.45
addCommandsFunction · 0.45
addKeyboardShortcutsFunction · 0.45
getNewlineFunction · 0.45
addInputRulesFunction · 0.45
insertMathNodeFunction · 0.45
makeTextFragmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected