MCPcopy
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

88export 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

constructorMethod · 0.65
runMultiThreadedFunction · 0.65
constructorMethod · 0.65
_getTmpDirMethod · 0.65

Implementers 2

TestFileSystempackages/pyright-internal/src/tests/ha
RealTempFilepackages/pyright-internal/src/common/r

Calls

no outgoing calls

Tested by

no test coverage detected