Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ run_code_with_utils
Function
run_code_with_utils
utils/wei_utils.py:217–218 ·
view source on GitHub ↗
(code, utils_functions)
Source
from the content-addressed store, hash-verified
215
return
code_snippet
216
217
def
run_code_with_utils(code, utils_functions):
218
return
run_code(utils_functions +
'\n'
+ code)
219
220
def
run_code(code):
221
""
"
Callers
7
get_snapshot_from_section
Function · 0.85
deoverflow
Function · 0.85
gen_outline_layout
Function · 0.85
deoverflow
Function · 0.85
deoverflow
Function · 0.85
gen_outline_layout
Function · 0.85
deoverflow
Function · 0.85
Calls
1
run_code
Function · 0.85
Tested by
no test coverage detected