MCPcopy 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

17sbin_path="$(SRC_BASE_PATH)/.sbin"
18
19def writefile(write_file, text):
20 write_file.append(text + "\n")
21
22def Uniq(u_list):
23 for item in u_list:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected