MCPcopy Index your code
hub / github.com/nodejs/node / toString

Method toString

deps/minimatch/index.js:513–515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

511 }
512 // reconstructs the pattern
513 toString() {
514 return this.#toString !== void 0 ? this.#toString : !this.type ? this.#toString = this.#parts.map((p) => String(p)).join("") : this.#toString = this.type + "(" + this.#parts.map((p) => String(p)).join("|") + ")";
515 }
516 #fillNegs() {
517 if (this !== this.#root)
518 throw new Error("should only call on root");

Callers 15

getFrontendUrlMethod · 0.45
auditErrorFunction · 0.45
padZeroFunction · 0.45
oidcFunction · 0.45
logTarFunction · 0.45
enable2faMethod · 0.45
execMethod · 0.45
getEntityUrlMethod · 0.45
getEntityUrlMethod · 0.45
onentryMethod · 0.45
profile.jsFile · 0.45
publish.jsFile · 0.45

Calls 3

StringClass · 0.85
mapMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected