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

Method stopSpying

app/models/User.js:983–988  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

981 }
982
983 stopSpying (options = {}) {
984 options.url = '/auth/stop-spying'
985 options.type = 'POST'
986 this.clearUserSpecificLocalStorage()
987 return this.fetch(options)
988 }
989
990 logout (options = {}) {
991 options.type = 'POST'

Callers

nothing calls this directly

Calls 2

fetchMethod · 0.45

Tested by

no test coverage detected