MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / taskTitle

Function taskTitle

wxapp/ctrip.js:132–134  ·  view source on GitHub ↗
(task = {})

Source from the content-addressed store, hash-verified

130}
131
132function taskTitle(task = {}) {
133 return task.taskName || task.title || task.name || task.buttonName || `任务${taskId(task)}`;
134}
135
136function pickTasks(data = {}) {
137 const keys = ["taskList", "todoTaskList", "finishTaskList", "filteredTaskList"];

Callers 4

receiveTaskAwardMethod · 0.85
doTaskMethod · 0.85
awardTaskMethod · 0.85
runTaskChannelMethod · 0.85

Calls 1

taskIdFunction · 0.85

Tested by

no test coverage detected