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

Method IsDir

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

Source from the content-addressed store, hash-verified

34
35func (m *MockDirEntry) Name() string { return m.NameStr }
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

Callers 15

prepareDestForCopyFunction · 0.45
remoteCopyFileInternalFunction · 0.45
statToFileInfoFunction · 0.45
checkIsReadOnlyFunction · 0.45
RemoteMkdirCommandMethod · 0.45
ResolveGoFmtPathFunction · 0.45
copyDirFunction · 0.45
ListAllAppsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected