MCPcopy
hub / github.com/cortesi/devd / Name

Method Name

fileserver/fileserver_test.go:474–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

472}
473
474func (f *fakeFileInfo) Name() string { return f.basename }
475func (f *fakeFileInfo) Sys() interface{} { return nil }
476func (f *fakeFileInfo) ModTime() time.Time { return f.modtime }
477func (f *fakeFileInfo) IsDir() bool { return f.dir }

Callers 4

fileTypeFunction · 0.80
LessMethod · 0.80
serveNotFoundFileMethod · 0.80
serveFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected