Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataArcTech/ToG
/ check_string
Function
check_string
eval/utils.py:103–104 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
101
return
list(set(answer_list))
102
103
def
check_string(string):
104
return
"{"
in string
105
106
def
clean_results(string):
107
if
"{"
in string:
Callers
1
eval.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected