MCPcopy
hub / github.com/Worklenz/worklenz / getOrUndefined

Method getOrUndefined

worklenz-backend/src/public/tinymce/tinymce.js:272–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 return this.tag ? this.value : null;
271 }
272 getOrUndefined() {
273 return this.value;
274 }
275 each(worker) {
276 if (this.tag) {
277 worker(this.value);

Callers 8

updateResizeRectFunction · 0.45
fromPointFunction · 0.45
findFirstFunction · 0.45
UndoManagerFunction · 0.45
loadIconsFunction · 0.45
getFunction · 0.45
FakeClipboardItemFunction · 0.45
readFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected