MCPcopy Create free account
hub / github.com/google/pprof / sendURL

Function sendURL

internal/driver/html/common.js:266–270  ·  view source on GitHub ↗
(method, url, done)

Source from the content-addressed store, hash-verified

264}
265
266function sendURL(method, url, done) {
267 fetch(url.toString(), {method: method})
268 .then((response) => { done(response.ok); })
269 .catch((error) => { done(false); });
270}
271
272// Initialize handlers for saving/loading configurations.
273function initConfigManager() {

Callers 2

commitSaveFunction · 0.85
commitDeleteFunction · 0.85

Calls 1

fetchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…