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

Function pprofQuoteMeta

internal/driver/html/common.js:712–714  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

710
711// convert a string to a regexp that matches exactly that string.
712function pprofQuoteMeta(str) {
713 return '^' + str.replace(/([\\\.?+*\[\](){}|^$])/g, '\\$1') + '$';
714}

Callers 3

setHrefParamFunction · 0.85
drawBoxFunction · 0.85
updaterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…