MCPcopy Index your code
hub / github.com/cortesi/devd / mustStat

Function mustStat

fileserver/fileserver_test.go:664–670  ·  view source on GitHub ↗
(t *testing.T, fileName string)

Source from the content-addressed store, hash-verified

662}
663
664func mustStat(t *testing.T, fileName string) os.FileInfo {
665 fi, err := os.Stat(fileName)
666 if err != nil {
667 t.Fatal(err)
668 }
669 return fi
670}
671
672func TestServeContent(t *testing.T) {
673 defer afterTest(t)

Callers 1

TestServeContentFunction · 0.85

Calls 1

StatMethod · 0.80

Tested by

no test coverage detected