MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Context

Method Context

Tests/Libraries/Http/HttpAsyncFileServerTest.cpp:430–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 String uploadURL = StringEncoding::Ascii;
429
430 explicit Context(HttpAsyncServer& server) : httpServer(server) {}
431 } context(httpServer);
432 context.loop = &eventLoop;
433 context.fileServer = &fileServer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected