MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Server

Method Server

system/lib/llvm-libc/shared/rpc.h:365–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363/// The RPC server used to respond to the client.
364struct Server {
365 RPC_ATTRS Server() = default;
366 RPC_ATTRS Server(const Server &) = delete;
367 RPC_ATTRS Server &operator=(const Server &) = delete;
368 RPC_ATTRS ~Server() = default;

Callers

nothing calls this directly

Calls 1

processFunction · 0.50

Tested by

no test coverage detected