MCPcopy Index your code
hub / github.com/kopia/kopia / fuseFileNode

Struct fuseFileNode

internal/fusemount/fusefs.go:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type fuseFileNode struct {
71 fuseNode
72}
73
74func (f *fuseFileNode) Open(ctx context.Context, _ uint32) (gofusefs.FileHandle, uint32, syscall.Errno) {
75 reader, err := f.entry.(fs.File).Open(ctx) //nolint:forcetypeassert

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected