Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ getTextValue
Function
getTextValue
src/modals/taskModalUserFieldControls.ts:302–304 ·
view source on GitHub ↗
(text: TextComponent)
Source
from the content-addressed store, hash-verified
300
}
301
302
function
getTextValue(text: TextComponent): string {
303
return
typeof text.getValue ===
"function"
? text.getValue() : text.inputEl.value;
304
}
Callers
1
createTaskModalDateUserField
Function · 0.85
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected