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

Function GetELibName

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

Source from the content-addressed store, hash-verified

11 return "lib"+name+".a"
12
13def GetELibName( name ):
14 return "elib"+name+".a"
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected