IsReadOnly reports true: it visualizes data into a fresh HTML file and opens a viewer; it never mutates the user's workspace, so it needs no approval prompt.
(_ []string)
| 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. |
| 128 | func (*BuiltinGraphViewPlugin) IsReadOnly(_ []string) bool { return true } |
| 129 | |
| 130 | // IsConcurrencySafe reports false: it writes an output file and may open a |
| 131 | // browser window — not something to fan out in parallel. |
no outgoing calls