Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ labelAction
Function
labelAction
deployments/desktop/static/app.js:213–215 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
211
};
212
213
function
labelAction(value) {
214
return
ACTION_LABELS[value] || value ||
""
;
215
}
216
217
function
labelWikiNode(value) {
218
return
WIKI_NODE_LABELS[value] || value ||
""
;
Callers
1
renderActivityList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected