MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getCppIncludeDirs

Method getCppIncludeDirs

src/resolution/types.ts:180–180  ·  view source on GitHub ↗

* C/C++ include search directories (relative to project root), * extracted from compile_commands.json or discovered by heuristic. * Used by resolveCppIncludePath to search -I directories when * relative resolution fails. Optional so existing callers compile.

()

Source from the content-addressed store, hash-verified

178 * relative resolution fails. Optional so existing callers compile.
179 */
180 getCppIncludeDirs?(): string[];
181}
182
183/**

Callers 1

resolveCppIncludePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected