MCPcopy Index your code
hub / github.com/git/git / p4_read_pipe

Function p4_read_pipe

git-p4.py:391–393  ·  view source on GitHub ↗
(c, ignore_error=False, raw=False, *k, **kw)

Source from the content-addressed store, hash-verified

389
390
391def p4_read_pipe(c, ignore_error=False, raw=False, *k, **kw):
392 real_cmd = p4_build_cmd(c)
393 return read_pipe(real_cmd, ignore_error, raw=raw, *k, **kw)
394
395
396def read_pipe_lines(c, raw=False, *k, **kw):

Callers 3

getP4OpenedTypeFunction · 0.85
get_diff_descriptionMethod · 0.85
streamOneP4FileMethod · 0.85

Calls 2

p4_build_cmdFunction · 0.85
read_pipeFunction · 0.85

Tested by

no test coverage detected