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

Function match

internal/driver/html/common.js:464–466  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

462 }
463
464 function match(text) {
465 return re != null && re.test(text);
466 }
467
468 // drop currently selected items that do not match re.
469 selected.forEach(function(v, n) {

Callers 1

selectMatchingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…