Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RingBDStack/GDAP
/ read_file
Function
read_file
evaluation.py:12–13 ·
view source on GitHub ↗
(file_name)
Source
from the content-addressed store, hash-verified
10
11
12
def
read_file(file_name):
13
return
[line.strip()
for
line in open(file_name).readlines()]
14
15
16
def
generate_sentence_dyiepp(filename, type_format=
'subtype'
):
Callers
2
generate_sentence_text2target
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected