MCPcopy Index your code
hub / github.com/rapi-doc/RapiDoc / onGenerateCURLClick

Method onGenerateCURLClick

src/components/api-request.js:1642–1645  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1640 }
1641
1642 onGenerateCURLClick(e) {
1643 const requestPanelEl = this.getRequestPanel(e);
1644 this.applyCURLSyntax(requestPanelEl);
1645 }
1646
1647 getRequestPanel(e) {
1648 return e.target.closest('.request-panel');

Callers

nothing calls this directly

Calls 2

getRequestPanelMethod · 0.95
applyCURLSyntaxMethod · 0.95

Tested by

no test coverage detected