MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / RawFormHandler

Method RawFormHandler

src/ll/api/form/FormBase.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 Form::RawFormCallback mCallback;
11
12 explicit RawFormHandler(Form::RawFormCallback callback) : mCallback(std::move(callback)) {}
13
14 ~RawFormHandler() override = default;
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected