MCPcopy
hub / github.com/graphql/graphql-js / MakeTmpDirReturn

Interface MakeTmpDirReturn

resources/utils.ts:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface MakeTmpDirReturn {
18 tmpDirPath: (...paths: ReadonlyArray<string>) => string;
19}
20
21export function makeTmpDir(
22 name: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected