MCPcopy Create free account
hub / github.com/codecombat/codecombat / complete

Function complete

app/views/editor/level/tasks/TasksTabView.js:197–197  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

195if (utils.isCodeCombat) {
196 defaultTasks = [
197 { name: 'Set level type.', complete (level) { return level.get('type') } },
198 { name: 'Name the level.' },
199 { name: 'Create a Referee stub, if needed.', types: notWebDev },
200 { name: 'Replace "Hero Placeholder" with mcp.', types: ['game-dev'] },

Callers 4

initializeAnimationsMethod · 0.85
initializeAnimationsMethod · 0.85
initializeAnimationsMethod · 0.85
initializeAnimationsMethod · 0.85

Calls 6

isPublishedMethod · 0.80
isTypeMethod · 0.80
getSampleCodeMethod · 0.80
getSolutionsMethod · 0.80
__guard__Function · 0.70
getMethod · 0.45

Tested by

no test coverage detected