Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectMitosisOS/mitosis-core
/ call_prepare
Function
call_prepare
samples/python/syscall_lib.py:14–16 ·
view source on GitHub ↗
(sd, key)
Source
from the content-addressed store, hash-verified
12
13
14
def
call_prepare(sd, key):
15
res = fcntl.ioctl(sd, PREPARE, key)
16
return
res
17
18
19
def
call_resume_local(sd, key):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected