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

Class

app/core/social-handlers/ClassLinkHandler.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const EdlinkBaseHandler = require('./EdlinkBaseHandler')
2
3module.exports = class ClassLinkHandler extends EdlinkBaseHandler {
4 constructor () {
5 super('classlink')
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected