MCPcopy
hub / github.com/lxn/walk / FileInfoModel

Struct FileInfoModel

examples/filebrowser/filebrowser.go:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type FileInfoModel struct {
153 walk.SortedReflectTableModelBase
154 dirPath string
155 items []*FileInfo
156}
157
158var _ walk.ReflectTableModel = new(FileInfoModel)
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected