Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3
/ cli_cpp
Function
cli_cpp
win/build.py:7–8 ·
view source on GitHub ↗
(parms)
Source
from the content-addressed store, hash-verified
5
from
utils
import
*
6
7
def
cli_cpp(parms):
8
return
os.path.join(parms[
'OVPN3'
],
"core"
,
"test"
,
"ovpncli"
,
"cli.cpp"
)
9
10
def
src_fn(parms, srcfile):
11
# Get source file name
Callers
1
src_fn
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected