MCPcopy
hub / github.com/alm-tools/alm / FilePathQuery

Interface FilePathQuery

src/socket/socketContract.ts:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214export namespace Types {
215 /** Used a lot in project service */
216 export interface FilePathQuery {
217 filePath: string;
218 }
219
220 /** Used a lot in project service */
221 export interface FilePathPositionQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected