Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Faugus/faugus-launcher
/ set_env
Function
set_env
faugus/runner.py:34–36 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
32
33
_env_set = set()
34
def
set_env(key, value):
35
os.environ[key] = value
36
_env_set.add(key)
37
38
class
FaugusRun(HiDpiMixin):
39
def
__init__(self, message, command=None):
Callers
4
start_process
Method · 0.85
lock_prefix
Method · 0.85
execute_final_command
Method · 0.85
extract_env_from_message
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected