MCPcopy 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
91def MakeArgs(l):
92 """['-a', '', 'abc', ''] -> '-a abc'"""
93 return " ".join(filter(None, l))
94
95
96def Quoted(s):

Callers 15

GitCreateBranchMethod · 0.85
GitDeleteBranchMethod · 0.85
GitResetMethod · 0.85
GitStashMethod · 0.85
GitRemotesMethod · 0.85
GitCheckoutMethod · 0.85
GitCheckoutFileMethod · 0.85
GitChangedFilesMethod · 0.85
GitLogMethod · 0.85
GitShowFileMethod · 0.85
GitGetPatchMethod · 0.85
GitAddMethod · 0.85

Calls 2

filterFunction · 0.50
joinMethod · 0.45

Tested by

no test coverage detected