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

Method IsReadOnly

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

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)

Source from the content-addressed store, hash-verified

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.
128func (*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.

Callers 1

Calls

no outgoing calls

Tested by 1