Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ MakeArgs
Function
MakeArgs
deps/v8/tools/release/git_recipes.py:91–93 ·
view source on GitHub ↗
['-a', '', 'abc', ''] -> '-a abc
(l)
Source
from the content-addressed store, hash-verified
89
90
91
def
MakeArgs(l):
92
""
"['-a', '', 'abc', ''] -> '-a abc'"
""
93
return
" "
.join(filter(None, l))
94
95
96
def
Quoted(s):
Callers
15
GitCreateBranch
Method · 0.85
GitDeleteBranch
Method · 0.85
GitReset
Method · 0.85
GitStash
Method · 0.85
GitRemotes
Method · 0.85
GitCheckout
Method · 0.85
GitCheckoutFile
Method · 0.85
GitChangedFiles
Method · 0.85
GitLog
Method · 0.85
GitShowFile
Method · 0.85
GitGetPatch
Method · 0.85
GitAdd
Method · 0.85
Calls
2
filter
Function · 0.50
join
Method · 0.45
Tested by
no test coverage detected