Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getConnectionsCount
Function
getConnectionsCount
app/core/api/roblox.js:11–15 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
9
},
10
11
getConnectionsCount (options) {
12
return
fetchJson(
'/db/oauth2identity/count?filter[provider]=roblox'
, {
13
method:
'GET'
14
})
15
}
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected