Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DetachHead/basedpyright
/ tmpdir
Method
tmpdir
packages/pyright-internal/src/common/fileSystem.ts:90–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
export
interface
TempFile {
89
// The directory returned by tmpdir must exist and be the same each time tmpdir is called.
90
tmpdir(): Uri;
91
tmpfile(options?: TmpfileOptions): Uri;
92
}
93
Callers
7
getCancellationFolderPath
Function · 0.65
constructor
Method · 0.65
runMultiThreaded
Function · 0.65
constructor
Method · 0.65
realTempFile.test.ts
File · 0.65
getCancellationFolderPath
Function · 0.65
_getTmpDir
Method · 0.65
Implementers
2
TestFileSystem
packages/pyright-internal/src/tests/ha
RealTempFile
packages/pyright-internal/src/common/r
Calls
no outgoing calls
Tested by
no test coverage detected