* Returns a defensive copy of the accumulated filter strings, suitable for * passing as SessionConfigBase.availableTools.
()
| 105 | * passing as {@link SessionConfigBase.availableTools}. |
| 106 | */ |
| 107 | toArray(): string[] { |
| 108 | return [...this.items]; |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | /** |
no outgoing calls
no test coverage detected