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

Method DescribeCall

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

DescribeCall surfaces the source in the spinner.

(args []string)

Source from the content-addressed store, hash-verified

133
134// DescribeCall surfaces the source in the spinner.
135func (*BuiltinGraphViewPlugin) DescribeCall(args []string) string {
136 src := extractStringArg(args, "source", "src")
137 if src == "" {
138 src = "json"
139 }
140 return i18n.T("plugins.graphview.describe", src)
141}
142
143// Usage explains the canonical invocation.
144func (*BuiltinGraphViewPlugin) Usage() string {

Callers 1

Calls 2

TFunction · 0.92
extractStringArgFunction · 0.85

Tested by 1