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

Method watching

app/models/CocoModel.js:416–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 }
415
416 watching () {
417 return Array.from((this.get('watchers') || [])).includes(me.id)
418 }
419
420 populateI18N (data, schema, path) {
421 // TODO: Better schema/json walking

Callers 2

afterRenderMethod · 0.80
afterRenderMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected