MCPcopy Index your code
hub / github.com/codecombat/codecombat / setLastClassroomItems

Method setLastClassroomItems

app/models/User.js:1365–1368  ·  view source on GitHub ↗
(enabled)

Source from the content-addressed store, hash-verified

1363 }
1364
1365 setLastClassroomItems (enabled) {
1366 this.lastClassroomItemsCache = enabled
1367 return storage.save('last-classroom-items', enabled)
1368 }
1369
1370 // Feature Flags
1371 // Abstract raw settings away from specific UX changes

Callers 2

onLoadedMethod · 0.80
constructorMethod · 0.80

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected