()
| 642 | } |
| 643 | |
| 644 | get compareOptions(): StringCollationConfig { |
| 645 | // return a copy such that no one can mutate the internal comparison object |
| 646 | return { ...this.comparisonOpts } |
| 647 | } |
| 648 | |
| 649 | /** |
| 650 | * Inserts one or more items into the collection |
nothing calls this directly
no outgoing calls
no test coverage detected