MCPcopy Create free account
hub / github.com/arctic-cli/interface / files

Function files

packages/arctic/src/config/markdown.ts:9–11  ·  view source on GitHub ↗
(template: string)

Source from the content-addressed store, hash-verified

7 export const SHELL_REGEX = /!`([^`]+)`/g
8
9 export function files(template: string) {
10 return Array.from(template.matchAll(FILE_REGEX))
11 }
12
13 export function shell(template: string) {
14 return Array.from(template.matchAll(SHELL_REGEX))

Callers 3

DialogTagFunction · 0.50
AutocompleteFunction · 0.50
UserMessageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected