(options)
| 805 | } |
| 806 | |
| 807 | function getOptions(options) { |
| 808 | return clientOptions.extend({ contactPoints: ['hostip1']}, options); |
| 809 | } |
| 810 | |
| 811 | function newProfileManager(options) { |
| 812 | return new ProfileManager(getOptions(options)); |
no outgoing calls
no test coverage detected