MCPcopy Create free account
hub / github.com/troch/path-parser / PathBuildOptions

Interface PathBuildOptions

src/Path.ts:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94export interface PathBuildOptions {
95 ignoreConstraints?: boolean
96 ignoreSearch?: boolean
97}
98
99export type TestMatch<
100 T extends Record<string, any> = Record<string, any>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…