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

Function onClickArchiveContact

app/views/admin/SkippedContactsView.js:116–119  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

114
115 methods: {
116 onClickArchiveContact (e) {
117 const archived = true
118 return this.$store.dispatch('page/archiveContact', { skippedContact: this.skippedContact, archived })
119 },
120 // @$emit('archiveContact', @skippedContact, archived)
121 onClickUnarchiveContact (e) {
122 const archived = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected