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

Method GetMTime

internal/execute/incremental/host.go:26–28  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

24}
25
26func (h *host) GetMTime(fileName string) time.Time {
27 return GetMTime(h.host, fileName)
28}
29
30func (h *host) SetMTime(fileName string, mTime time.Time) error {
31 return h.host.FS().Chtimes(fileName, time.Time{}, mTime)

Callers

nothing calls this directly

Calls 1

GetMTimeFunction · 0.85

Tested by

no test coverage detected