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

Function llhttp_get_status_code

deps/llhttp/src/api.c:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int llhttp_get_status_code(llhttp_t* parser) {
102 return parser->status_code;
103}
104
105uint8_t llhttp_get_upgrade(llhttp_t* parser) {
106 return parser->upgrade;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected