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

Struct mapper

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

Source from the content-addressed store, hash-verified

37}
38
39type mapper struct {
40 cache map[string]string
41 sysroot string
42}
43
44// NewDevMapper creates a new instance of the DOS device replacer.
45func NewDevMapper() DevMapper {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected