Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
def
open():
10
fd = os.open(
'/dev/mitosis-syscalls'
, os.O_RDWR)
11
return
fd
12
13
14
def
call_prepare(sd, key):
Callers
7
bootstrap.py
File · 0.50
load
Method · 0.50
store
Method · 0.50
handle_template
Function · 0.50
bootstrap_proxy.py
File · 0.50
load
Method · 0.50
store
Method · 0.50
Calls
1
open
Method · 0.45
Tested by
no test coverage detected