MCPcopy
hub / github.com/wavetermdev/waveterm / Type

Method Type

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

Source from the content-addressed store, hash-verified

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
40var PathSepStr = string(os.PathSeparator)

Callers 15

createUnknownKeyVerifierFunction · 0.80
createHostKeyCallbackFunction · 0.80
convertReturnValuesFunction · 0.80
CallServiceFunction · 0.80
setFieldValueFunction · 0.80
SetRTInfoFunction · 0.80
validateCFuncFunction · 0.80
CallFnMethod · 0.80
callVDomFnFunction · 0.80
callCFuncFunction · 0.80
MapToStructFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected