| 216 | } |
| 217 | |
| 218 | std::string QuickJSRuntime::get_result() |
| 219 | { |
| 220 | return d_->result; |
| 221 | } |
| 222 | |
| 223 | void QuickJSRuntime::dispatch_resource_sink(MaaResource* handle, const char* message, const char* details_json) |
| 224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected