MCPcopy
hub / github.com/Velocidex/velociraptor / FileNode

Struct FileNode

tools/fuse/nodes.go:19–26  ·  view source on GitHub ↗

Build the directory tree

Source from the content-addressed store, hash-verified

17
18// Build the directory tree
19type FileNode struct {
20 fs.Inode
21
22 accessor accessors.FileSystemAccessor
23 ospath *accessors.OSPath
24
25 options *Options
26}
27
28func (self *FileNode) Getattr(ctx context.Context,
29 f fs.FileHandle, out *fuse.AttrOut) syscall.Errno {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected