MCPcopy Create free account
hub / github.com/benkuper/Chataigne / sendPATCHFromScript

Method sendPATCHFromScript

Source/Module/modules/http/HTTPModule.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354var HTTPModule::sendPATCHFromScript(const var::NativeFunctionArgs& args)
355{
356 HTTPModule* m = getObjectFromJS<HTTPModule>(args);
357 if (m != nullptr) m->sendRequestFromScript(args, METHOD_PATCH);
358 return var();
359}
360
361var HTTPModule::sendDELETEFromScript(const var::NativeFunctionArgs& args)
362{

Callers

nothing calls this directly

Calls 1

sendRequestFromScriptMethod · 0.80

Tested by

no test coverage detected