MCPcopy 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
213function labelAction(value) {
214 return ACTION_LABELS[value] || value || "";
215}
216
217function labelWikiNode(value) {
218 return WIKI_NODE_LABELS[value] || value || "";

Callers 1

renderActivityListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected