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

Function taskId

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

Source from the content-addressed store, hash-verified

126}
127
128function taskId(task = {}) {
129 return task.id || task.taskId || task.taskID || task.taskNo || "";
130}
131
132function taskTitle(task = {}) {
133 return task.taskName || task.title || task.name || task.buttonName || `任务${taskId(task)}`;

Callers 5

taskTitleFunction · 0.85
pickTasksFunction · 0.85
receiveTaskAwardMethod · 0.85
doTaskMethod · 0.85
awardTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected