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

Class stat

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

Source from the content-addressed store, hash-verified

727
728/* UTF-8-safe stat: wide API on Windows, regular stat on POSIX. */
729static int wide_stat(const char *path, struct stat *st) {
730#ifdef _WIN32
731 wchar_t *wpath = cbm_path_to_wide(path);
732 if (!wpath) {

Callers 1

wide_statFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected