MCPcopy Create free account
hub / github.com/diillson/chatcli / IsConcurrencySafe

Method IsConcurrencySafe

cli/plugins/builtin_graphview.go:132–132  ·  view source on GitHub ↗

IsConcurrencySafe reports false: it writes an output file and may open a browser window — not something to fan out in parallel.

(_ []string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by 1