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

Method MarshalTo

engine/session/git/git.pb.go:1422–1425  ·  view source on GitHub ↗
(dAtA []byte)

Source from the content-addressed store, hash-verified

1420 return len(dAtA) - i, nil
1421}
1422func (m *GitConfigResponse_Error) MarshalTo(dAtA []byte) (int, error) {
1423 size := m.Size()
1424 return m.MarshalToSizedBuffer(dAtA[:size])
1425}
1426
1427func (m *GitConfigResponse_Error) MarshalToSizedBuffer(dAtA []byte) (int, error) {
1428 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected