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

Struct osSys

cmd/tsgo/sys.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type osSys struct {
18 writer io.Writer
19 fs vfs.FS
20 defaultLibraryPath string
21 cwd string
22 start time.Time
23}
24
25func (s *osSys) SinceStart() time.Duration {
26 return time.Since(s.start)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected