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

Function getPlayTimeStats

app/core/api/api-clients.js:80–83  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

78 },
79
80 getPlayTimeStats (options) {
81 if (options == null) { options = {} }
82 return fetchJson('/api/playtime-stats', options)
83 },
84
85 getApiClientId () {
86 return fetchJson('/api/get-client-id')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected