()
| 1793 | : desc |
| 1794 | }, |
| 1795 | isConcurrencySafe() { |
| 1796 | return tool.annotations?.readOnlyHint ?? false |
| 1797 | }, |
| 1798 | isReadOnly() { |
| 1799 | return tool.annotations?.readOnlyHint ?? false |
| 1800 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected