MCPcopy Index your code
hub / github.com/nodejs/node / quote_replace

Function quote_replace

tools/gyp/tools/pretty_gyp.py:33–39  ·  view source on GitHub ↗
(matchobj)

Source from the content-addressed store, hash-verified

31
32
33def quote_replace(matchobj):
34 return "{}{}{}{}".format(
35 matchobj.group(1),
36 matchobj.group(2),
37 "x" * len(matchobj.group(3)),
38 matchobj.group(2),
39 )
40
41
42def mask_quotes(input):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…