MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Size

Method Size

pkg/cap/section/section.go:62–62  ·  view source on GitHub ↗

Size returns the size of the section.

()

Source from the content-addressed store, hash-verified

60
61// Size returns the size of the section.
62func (s Section) Size() uint32 { return bytes.ReadUint32(s[6:]) }

Callers 2

ReadMethod · 0.95
StringMethod · 0.95

Calls 1

ReadUint32Function · 0.92

Tested by

no test coverage detected