Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateResizeRect
Function · 0.45
fromPoint
Function · 0.45
findFirst
Function · 0.45
UndoManager
Function · 0.45
loadIcons
Function · 0.45
get
Function · 0.45
FakeClipboardItem
Function · 0.45
read
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected