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

Function toPath

scripts/dataconnect-test/tests.ts:82–84  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

80}
81
82function toPath(p: string) {
83 return path.join(__dirname, p);
84}
85
86function getRandomString(length: number): string {
87 const SUFFIX_CHAR_SET = "abcdefghijklmnopqrstuvwxyz0123456789";

Callers 3

tests.tsFile · 0.85
newTestRunFunction · 0.85
prepareStepFunction · 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…