Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ writefile
Function
writefile
tools/create_makefile.py:19–20 ·
view source on GitHub ↗
(write_file, text)
Source
from the content-addressed store, hash-verified
17
sbin_path=
"$(SRC_BASE_PATH)/.sbin"
18
19
def
writefile(write_file, text):
20
write_file.append(text +
"\n"
)
21
22
def
Uniq(u_list):
23
for
item in u_list:
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected