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

Function parseProjectHandle

internal/api/proto.go:52–54  ·  view source on GitHub ↗
(handle ProjectID)

Source from the content-addressed store, hash-verified

50}
51
52func parseProjectHandle(handle ProjectID) tspath.Path {
53 return tspath.Path(handle)
54}
55
56const (
57 MethodRelease Method = "release"

Callers 2

getProjectMethod · 0.85
setupLanguageServiceMethod · 0.85

Calls 1

PathTypeAlias · 0.92

Tested by

no test coverage detected