Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ formatSessionID
Function
formatSessionID
internal/api/session.go:2897–2899 ·
view source on GitHub ↗
(id uint64)
Source
from the content-addressed store, hash-verified
2895
}
2896
2897
func
formatSessionID(id uint64) string {
2898
return
fmt.Sprintf(
"api-session-%d"
, id)
2899
}
2900
2901
// toPath converts a file name to a normalized path.
2902
func
(s *Session) toPath(fileName string) tspath.Path {
Callers
1
NewSession
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected