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

Method files

packages/sdk/js/src/gen/sdk.gen.ts:790–795  ·  view source on GitHub ↗

* Find files

(options: Options<FindFilesData, ThrowOnError>)

Source from the content-addressed store, hash-verified

788 * Find files
789 */
790 public files<ThrowOnError extends boolean = false>(options: Options<FindFilesData, ThrowOnError>) {
791 return (options.client ?? this._client).get<FindFilesResponses, unknown, ThrowOnError>({
792 url: "/find/file",
793 ...options,
794 })
795 }
796
797 /**
798 * Find workspace symbols

Callers 10

markdown.test.tsFile · 0.45
DialogTagFunction · 0.45
AutocompleteFunction · 0.45
handlerFunction · 0.45
resolvePromptPartsFunction · 0.45
fnFunction · 0.45
searchFunction · 0.45
treeFunction · 0.45
executeFunction · 0.45
executeFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected