Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
func
parseProjectHandle(handle ProjectID) tspath.Path {
53
return
tspath.Path(handle)
54
}
55
56
const
(
57
MethodRelease Method =
"release"
Callers
2
getProject
Method · 0.85
setupLanguageService
Method · 0.85
Calls
1
Path
TypeAlias · 0.92
Tested by
no test coverage detected