MCPcopy Create free account
hub / github.com/acl-dev/acl / append

Method append

lib_acl_cpp/src/http/http_pipe.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void http_pipe::append(pipe_stream* ps)
45{
46 manager_.push_back(ps);
47}
48
49void http_pipe::reset(void)
50{

Callers 15

onErrorMethod · 0.45
onErrorMethod · 0.45
onErrorMethod · 0.45
onErrorMethod · 0.45
onDataMethod · 0.45
onErrorMethod · 0.45
readDataMethod · 0.45
marshalMethod · 0.45
serializeMethod · 0.45
parseMethod · 0.45
test_getFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 3

test_getFunction · 0.36
test_appendFunction · 0.36
MergeFromMethod · 0.36