MCPcopy Create free account
hub / github.com/microsoft/typescript-go / Projects

Method Projects

internal/project/snapshot.go:179–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (p *ProjectTreeRequest) Projects() []tspath.Path {
180 if p.referencedProjects == nil {
181 return nil
182 }
183 return slices.Collect(maps.Keys(p.referencedProjects.Keys()))
184}
185
186type ResourceRequest struct {
187 // Documents are URIs that were requested by the client.

Callers 15

handleWorkspaceSymbolMethod · 0.45
TestProjectLifetimeFunction · 0.45
TestSessionFunction · 0.45
session_test.goFile · 0.45
logCacheStatsMethod · 0.45
CloneMethod · 0.45
disposeMethod · 0.45

Calls 1

KeysMethod · 0.45

Tested by 5

TestProjectLifetimeFunction · 0.36
TestSessionFunction · 0.36
TestConfigFileChangesFunction · 0.36