MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / IsDir

Method IsDir

tsunami/app/defaultclient.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35func (sfi *staticFileInfo) Mode() fs.FileMode { return sfi.info.Mode() }
36func (sfi *staticFileInfo) ModTime() time.Time { return sfi.info.ModTime() }
37func (sfi *staticFileInfo) IsDir() bool { return sfi.info.IsDir() }
38func (sfi *staticFileInfo) Sys() any { return sfi.info.Sys() }
39
40func DefineComponent[P any](name string, renderFn func(props P) any) vdom.Component[P] {

Callers 1

ListStaticFilesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected