Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
interface
MakeTmpDirReturn {
18
tmpDirPath: (...paths: ReadonlyArray<string>) => string;
19
}
20
21
export
function
makeTmpDir(
22
name: string,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected