Description surfaces the tool in the catalog.
()
| 120 | |
| 121 | // Description surfaces the tool in the catalog. |
| 122 | func (*BuiltinGraphViewPlugin) Description() string { |
| 123 | return i18n.T("plugins.graphview.description") |
| 124 | } |
| 125 | |
| 126 | // IsReadOnly reports true: it visualizes data into a fresh HTML file and opens a |
| 127 | // viewer; it never mutates the user's workspace, so it needs no approval prompt. |