Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
62
func
(s Section) Size() uint32 {
return
bytes.ReadUint32(s[6:]) }
Callers
2
Read
Method · 0.95
String
Method · 0.95
Calls
1
ReadUint32
Function · 0.92
Tested by
no test coverage detected