Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.Map.prototype.setup = function(props){
if (connection.instanceStore.has( connection.id(props) )) {
return new Construct.ReturnValue( connection.hydrateInstance(props) );
}
return oldSetup.apply(this, arguments);
};
baseConnect.init.apply(this, arguments);