MCPcopy Create free account
hub / github.com/containers/nydus-storage-plugin / diffNode

Struct diffNode

pkg/fs/diff_node.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type diffNode struct {
13 fusefs.Inode
14 attr fuse.Attr
15 fs *fs
16}
17
18func (n *diffNode) Getattr(ctx context.Context, f fusefs.FileHandle, out *fuse.AttrOut) syscall.Errno {
19 copyAttr(&out.Attr, &n.attr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected