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

Function getByName

app/core/api/o-auth.js:29–34  ·  view source on GitHub ↗
(providerName, options)

Source from the content-addressed store, hash-verified

27 },
28
29 getByName (providerName, options) {
30 if (options == null) { options = {} }
31 if (options.data == null) { options.data = {} }
32 options.data.name = providerName
33 return fetchJson('/db/o-auth/name', options)
34 },
35
36 getAll (options) {
37 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected