MCPcopy Index your code
hub / github.com/microsoft/typescript-go / GetCurrentDirectory

Method GetCurrentDirectory

internal/compiler/program.go:127–129  ·  view source on GitHub ↗

GetCurrentDirectory implements checker.Program.

()

Source from the content-addressed store, hash-verified

125
126// GetCurrentDirectory implements checker.Program.
127func (p *Program) GetCurrentDirectory() string {
128 return p.Host().GetCurrentDirectory()
129}
130
131// GetGlobalTypingsCacheLocation implements checker.Program.
132func (p *Program) GetGlobalTypingsCacheLocation() string {

Callers 6

verifyCompilerOptionsMethod · 0.95
CommonSourceDirectoryMethod · 0.95
toPathMethod · 0.95
ExplainFilesMethod · 0.95
GetSymlinkCacheMethod · 0.95

Calls 2

HostMethod · 0.95
GetCurrentDirectoryMethod · 0.65

Tested by

no test coverage detected