MCPcopy Create free account
hub / github.com/ProjectMitosisOS/mitosis-core / open

Function open

samples/python/syscall_lib.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def open():
10 fd = os.open('/dev/mitosis-syscalls', os.O_RDWR)
11 return fd
12
13
14def call_prepare(sd, key):

Callers 7

bootstrap.pyFile · 0.50
loadMethod · 0.50
storeMethod · 0.50
handle_templateFunction · 0.50
bootstrap_proxy.pyFile · 0.50
loadMethod · 0.50
storeMethod · 0.50

Calls 1

openMethod · 0.45

Tested by

no test coverage detected