MCPcopy Index your code
hub / github.com/codecombat/codecombat / fetchNameForClassmate

Method fetchNameForClassmate

app/models/User.js:964–969  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

962 }
963
964 fetchNameForClassmate (options = {}) {
965 options.method = 'GET'
966 options.contentType = 'application/json'
967 options.url = `/db/user/${this.id}/name-for-classmate`
968 return $.ajax(options)
969 }
970
971 // Function meant for "me"
972

Callers 4

onClassroomLoadedMethod · 0.95
onClassroomLoadedMethod · 0.95
initializeMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected