MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / command

Function command

packages/ast/parse/slack/spec-helpers/index.js:52–62  ·  view source on GitHub ↗
(name, args = [], label)

Source from the content-addressed store, hash-verified

50}
51
52function command(name, args = [], label) {
53 return {
54 type: 'command',
55 name,
56 arguments: args,
57 label,
58 source: `<!${name}${args.map((arg) => `^${arg}`).join('')}${
59 label ? '|' + source(label) : ''
60 }>`,
61 };
62}
63
64function url(link, label) {
65 return {

Callers 1

index.spec.jsFile · 0.85

Calls 2

mapMethod · 0.80
sourceFunction · 0.70

Tested by

no test coverage detected