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

Function properties

app/core/store/modules/trialRequest.js:34–36  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

32 },
33 getters: {
34 properties (state) {
35 return state.properties
36 }
37 },
38 mutations: {
39 setTrialData (state, updates) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected