MCPcopy Create free account
hub / github.com/firebase/firebase-tools / pathString

Function pathString

src/profileReport.ts:41–43  ·  view source on GitHub ↗
(path: string[])

Source from the content-addressed store, hash-verified

39}
40
41export function pathString(path: string[]): string {
42 return `/${path ? path.join("/") : ""}`;
43}
44
45export function formatNumber(num: number) {
46 const parts = num.toFixed(2).split(".");

Callers 3

extractReadableIndexFunction · 0.85
processOperationMethod · 0.85
collapsePathsMethod · 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…