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

Function str_contains

src/discover/discover.c:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133/* ── Helper: check if string contains substring ───────────── */
134
135static bool str_contains(const char *s, const char *sub) {
136 return strstr(s, sub) != NULL;
137}
138
139/* ── Git global excludes resolution ───────────────────────────── */
140

Callers 1

cbm_matches_fast_patternFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected