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

Method create_empty_document

src/ui/ui_state.cpp:879–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879Rml::ElementDocument* recompui::create_empty_document() {
880 std::lock_guard lock{ui_state_mutex};
881
882 return ui_state->context->CreateDocument();
883}
884
885void recompui::queue_image_from_bytes_file(const std::string &src, const std::vector<char> &bytes) {
886 ui_state->render_interface.queue_image_from_bytes_file(src, bytes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected