Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ to_raw
Function
to_raw
evalplus/data/utils.py:165–166 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
163
164
165
def
to_raw(string):
166
return
string.encode(
"unicode-escape"
).decode().replace(
"\\\\"
,
"\\"
)
Callers
2
construct_inputs_sig
Function · 0.90
chatgpt_generate
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected