Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getApiClientId
Function
getApiClientId
app/core/api/api-clients.js:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
},
84
85
getApiClientId () {
86
return
fetchJson(
'/api/get-client-id'
)
87
},
88
89
getTeacherCount (clientID, options) {
90
if
(options == null) { options = {} }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected