MCPcopy Create free account
hub / github.com/nodejs/undici / llhttp_execute

Function llhttp_execute

deps/llhttp/src/api.c:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len) {
126 return llhttp__internal_execute(parser, data, data + len);
127}
128
129
130void llhttp_settings_init(llhttp_settings_t* settings) {

Callers

nothing calls this directly

Calls 1

llhttp__internal_executeFunction · 0.85

Tested by

no test coverage detected