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

Function resp_lacks_key

tests/test_incremental.c:935–937  ·  view source on GitHub ↗

Check response does NOT contain a specific key */

Source from the content-addressed store, hash-verified

933
934/* Check response does NOT contain a specific key */
935static int resp_lacks_key(const char *resp, const char *key) {
936 return !resp_has_key(resp, key);
937}
938
939/* Helper: assert tool call succeeds, warn if slow */
940#define TOOL_OK(resp, ms) \

Callers 1

test_incremental.cFile · 0.85

Calls 1

resp_has_keyFunction · 0.85

Tested by

no test coverage detected