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

Method ID

internal/api/session.go:430–432  ·  view source on GitHub ↗

ID returns the unique identifier for this session.

()

Source from the content-addressed store, hash-verified

428
429// ID returns the unique identifier for this session.
430func (s *Session) ID() string {
431 return s.id
432}
433
434// ProjectSession returns the underlying project session.
435func (s *Session) ProjectSession() *project.Session {

Callers 3

ProjectHandleFunction · 0.45
snapshotHandleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected