MCPcopy Create free account
hub / github.com/Tencent/phxsql / GetLableName

Function GetLableName

tools/build_comm.py:7–8  ·  view source on GitHub ↗
( name, suffix )

Source from the content-addressed store, hash-verified

5user_home = os.path.expanduser('~')
6
7def GetLableName( name, suffix ):
8 return name.upper()+"_"+suffix
9
10def GetLibName( name ):
11 return "lib"+name+".a"

Callers 4

GetSourceTagFromDepsFunction · 0.85
PrintCommFunction · 0.85
PrintLibFunction · 0.85
PrintBinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected