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

Class stat

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

Source from the content-addressed store, hash-verified

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

Callers 1

wide_statFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected