| 825 | LatestVersionReferenceNode.prototype.search = _.debounce(LatestVersionReferenceNode.prototype.search, 200) |
| 826 | |
| 827 | class 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 } |
nothing calls this directly
no outgoing calls
no test coverage detected