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

Method Info

pkg/suggestion/suggestion.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36func (m *MockDirEntry) IsDir() bool { return m.IsDirVal }
37func (m *MockDirEntry) Type() fs.FileMode { return m.FileMode }
38func (m *MockDirEntry) Info() (fs.FileInfo, error) { return nil, fs.ErrInvalid }
39
40var PathSepStr = string(os.PathSeparator)
41

Callers 6

CleanupOldBackupsFunction · 0.80
ReadDirFunction · 0.80
ReadDirRecursiveFunction · 0.80
ListStaticFilesFunction · 0.80
cleanupOldJobLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected