MCPcopy Create free account
hub / github.com/git/git / p4_read_pipe_lines

Function p4_read_pipe_lines

git-p4.py:410–413  ·  view source on GitHub ↗

Specifically invoke p4 on the command supplied.

(c, *k, **kw)

Source from the content-addressed store, hash-verified

408
409
410def p4_read_pipe_lines(c, *k, **kw):
411 """Specifically invoke p4 on the command supplied."""
412 real_cmd = p4_build_cmd(c)
413 return read_pipe_lines(real_cmd, *k, **kw)
414
415
416def p4_has_command(cmd):

Callers 1

p4_version_stringFunction · 0.85

Calls 2

p4_build_cmdFunction · 0.85
read_pipe_linesFunction · 0.85

Tested by

no test coverage detected