MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / FileSearchQuery

Interface FileSearchQuery

packages/ethereum-viewer/src/vscode.proposed.d.ts:610–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 * The parameters of a query for file search.
609 */
610 export interface FileSearchQuery {
611 /**
612 * The search pattern to match against file paths.
613 */
614 pattern: string;
615 }
616
617 /**
618 * Options that apply to file search.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected