Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ restore_java_env
Function
restore_java_env
ci/tasks/java.py:131–136 ·
view source on GitHub ↗
(env)
Source
from the content-addressed store, hash-verified
129
130
131
def
restore_java_env(env):
132
for
key, value in env.items():
133
if
value is None:
134
os.environ.pop(key, None)
135
else
:
136
os.environ[key] = value
137
138
139
def
install_jdk25_fory_artifacts():
Callers
1
install_jdk25_fory_artifacts
Function · 0.85
Calls
2
items
Method · 0.80
pop
Method · 0.45
Tested by
no test coverage detected