Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pw_cont
Function
pw_cont
tools/libutil/pw_util.c:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
#if 0
77
void
78
pw_cont(int sig)
79
{
80
81
if (editpid != -1)
82
kill(editpid, sig);
83
}
84
#endif
85
86
/*
Callers
nothing calls this directly
Calls
1
kill
Function · 0.85
Tested by
no test coverage detected