MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / upload

Function upload

include/EmscriptenHelpers/emscripten_browser_file.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80#pragma GCC diagnostic pop
81
82inline void upload(std::string const &accept_types, upload_handler callback, void *callback_data) {
83 /// C++ wrapper for javascript upload call
84 upload(accept_types.c_str(), callback, callback_data);
85}
86
87#pragma GCC diagnostic push
88#pragma GCC diagnostic ignored "-Wmissing-variable-declarations"

Callers 2

top_toolbarMethod · 0.85
open_world_fileMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected