IsConcurrencySafe reports false: it writes an output file and may open a browser window — not something to fan out in parallel.
(_ []string)
| 130 | // IsConcurrencySafe reports false: it writes an output file and may open a |
| 131 | // browser window — not something to fan out in parallel. |
| 132 | func (*BuiltinGraphViewPlugin) IsConcurrencySafe(_ []string) bool { return false } |
| 133 | |
| 134 | // DescribeCall surfaces the source in the spinner. |
| 135 | func (*BuiltinGraphViewPlugin) DescribeCall(args []string) string { |
no outgoing calls