MCPcopy Index your code
hub / github.com/rabbitstack/fibratus / Convert

Method Convert

pkg/fs/dev.go:36–36  ·  view source on GitHub ↗

Convert receives the fully qualified file path and replaces the DOS device name with a drive letter.

(filename string)

Source from the content-addressed store, hash-verified

34type DevMapper interface {
35 // Convert receives the fully qualified file path and replaces the DOS device name with a drive letter.
36 Convert(filename string) string
37}
38
39type mapper struct {

Callers 6

TestConvertDosDeviceFunction · 0.95
MDToHTMLMethod · 0.65
QueryNameFunction · 0.65
StringMethod · 0.65
processEventMethod · 0.65
getMappedFileMethod · 0.65

Implementers 1

mapperpkg/fs/dev.go

Calls

no outgoing calls

Tested by 1

TestConvertDosDeviceFunction · 0.76