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

Class

app/core/treema-ext.js:827–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825LatestVersionReferenceNode.prototype.search = _.debounce(LatestVersionReferenceNode.prototype.search, 200)
826
827class SlugPropsObject extends TreemaNode.nodeMap.object {
828 getPropertyKey () {
829 const res = super.getPropertyKey(...arguments)
830 if ((this.workingSchema.properties != null ? this.workingSchema.properties[res] : undefined) != null) { return res }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected