MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / assert_lsp_strategy

Function assert_lsp_strategy

tests/repro/repro_lsp_ts.c:169–173  ·  view source on GitHub ↗

Single-file convenience wrapper. */

Source from the content-addressed store, hash-verified

167
168/* Single-file convenience wrapper. */
169static int assert_lsp_strategy(const char *filename, const char *src,
170 const char *strategy) {
171 RFile f = {filename, src};
172 return assert_lsp_strategy_files(&f, 1, strategy);
173}
174
175/*
176 * assert_no_resolvable_edge — the ACCURATE invariant for a call whose callee is

Callers 1

repro_lsp_ts.cFile · 0.70

Calls 1

Tested by

no test coverage detected