MCPcopy Create free account
hub / github.com/dagger/dagger / Size

Method Size

engine/session/git/git.pb.go:1654–1664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1652}
1653
1654func (m *GitConfigResponse) Size() (n int) {
1655 if m == nil {
1656 return 0
1657 }
1658 var l int
1659 _ = l
1660 if m.Result != nil {
1661 n += m.Result.Size()
1662 }
1663 return n
1664}
1665
1666func (m *GitConfigResponse_Config) Size() (n int) {
1667 if m == nil {

Callers 3

XXX_SizeMethod · 0.95
MarshalMethod · 0.95
MarshalToMethod · 0.95

Calls 1

SizeMethod · 0.65

Tested by

no test coverage detected