Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
user_home = os.path.expanduser(
'~'
)
6
7
def
GetLableName( name, suffix ):
8
return
name.upper()+
"_"
+suffix
9
10
def
GetLibName( name ):
11
return
"lib"
+name+
".a"
Callers
4
GetSourceTagFromDeps
Function · 0.85
PrintComm
Function · 0.85
PrintLib
Function · 0.85
PrintBin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected