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

Function p4_write_pipe

git-p4.py:342–346  ·  view source on GitHub ↗
(c, stdin, *k, **kw)

Source from the content-addressed store, hash-verified

340
341
342def p4_write_pipe(c, stdin, *k, **kw):
343 real_cmd = p4_build_cmd(c)
344 if bytes is not str and isinstance(stdin, str):
345 stdin = encode_text_stream(stdin)
346 return write_pipe(real_cmd, stdin, *k, **kw)
347
348
349def read_pipe_full(c, *k, **kw):

Callers 2

applyCommitMethod · 0.85
exportGitTagsMethod · 0.85

Calls 3

p4_build_cmdFunction · 0.85
encode_text_streamFunction · 0.85
write_pipeFunction · 0.85

Tested by

no test coverage detected