MCPcopy Create free account
hub / github.com/CrowCpp/Crow / DummyHandler

Class DummyHandler

tests/fuzz/http_fuzzer.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "crow.h"
4
5struct DummyHandler {
6 void handle_url() {}
7 void handle_header() {}
8 void handle() {}
9 size_t stream_threshold() { return 1024*1024; }
10};
11
12extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
13 static crow::SimpleApp app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected