MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / onPaste

Method onPaste

src/modules/scripting-ui/ui/SetupEmbeddedScriptPopup.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void SetupEmbeddedScriptPopup::onPaste() {
164 this->loadCodeFromString(geode::utils::clipboard::read());
165}
166
167Result<> SetupEmbeddedScriptPopup::loadCodeFromPath(const std::filesystem::path& path) {
168 auto code = GEODE_UNWRAP(asp::fs::readToString(path));

Callers 1

initMethod · 0.95

Calls 1

loadCodeFromStringMethod · 0.95

Tested by

no test coverage detected