Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_config_yaml_edit.c:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
static bool yaml_lock_released_state_is_safe(const char *path) {
109
struct stat state;
110
#ifdef _WIN32
111
return stat(path, &state) != 0;
112
#else
Callers
3
yaml_lock_released_state_is_safe
Function · 0.70
yaml_attempt_competing_edit
Function · 0.70
test_config_yaml_edit.c
File · 0.70
Calls
no outgoing calls
Tested by
2
yaml_lock_released_state_is_safe
Function · 0.56
yaml_attempt_competing_edit
Function · 0.56