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

Function GetLibName

tools/build_comm.py:10–11  ·  view source on GitHub ↗
( name )

Source from the content-addressed store, hash-verified

8 return name.upper()+"_"+suffix
9
10def GetLibName( name ):
11 return "lib"+name+".a"
12
13def GetELibName( name ):
14 return "elib"+name+".a"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected