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

Method execute

app/core/social-handlers/GPlusHandler.js:48–57  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

46 get () {
47 return {
48 execute (cb) {
49 return cb({ // eslint-disable-line n/no-callback-literal
50 resourceName: 'people/abcd',
51 names: [{
52 givenName: 'Mr',
53 familyName: 'Bean'
54 }],
55 emailAddresses: [{ value: 'some@email.com' }]
56 })
57 }
58 }
59 }
60 }

Callers 2

boot.jsFile · 0.80
funMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected