MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / get_result

Method get_result

source/binding/NodeJS/src/plugin/runtime.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218std::string QuickJSRuntime::get_result()
219{
220 return d_->result;
221}
222
223void QuickJSRuntime::dispatch_resource_sink(MaaResource* handle, const char* message, const char* details_json)
224{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected