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

Function isCompleted

wxapp/junpinhui.js:175–177  ·  view source on GitHub ↗
(task = {})

Source from the content-addressed store, hash-verified

173}
174
175function isCompleted(task = {}) {
176 return Number(task.is_complete ?? task.isComplete ?? task.complete ?? task.status_complete ?? 0) === 1;
177}
178
179class Task {
180 constructor(raw) {

Callers 2

queryTasksMethod · 0.85
doTasksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected