MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / Image

Method Image

src/ui/elements/ui_image.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace recompui {
6
7 Image::Image(Element *parent, std::string_view src) : Element(parent, 0, "img") {
8 set_src(src);
9 }
10
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected