Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ioi/isolate
/ lock_close
Function
lock_close
isolate.c:217–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
static void
218
lock_close(void)
219
{
220
if (lock_fd >= 0)
221
{
222
close(lock_fd);
223
lock_fd = -1;
224
}
225
}
226
227
static void
228
lock_remove(void)
Callers
1
box_proxy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…