MCPcopy Index your code
hub / github.com/perkeep/perkeep / content

Method content

pkg/fs/debug.go:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (s *stat) content() []byte {
98 var buf bytes.Buffer
99 fmt.Fprintf(&buf, "%d", s.n.Get())
100 buf.WriteByte('\n')
101 return buf.Bytes()
102}
103
104func (s *stat) Attr(ctx context.Context, a *fuse.Attr) error {
105 a.Mode = 0400

Callers 2

AttrMethod · 0.95
ReadMethod · 0.95

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected