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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

1272 return len(dAtA) - i, nil
1273}
1274func (m *GitCredentialResponse_Error) MarshalTo(dAtA []byte) (int, error) {
1275 size := m.Size()
1276 return m.MarshalToSizedBuffer(dAtA[:size])
1277}
1278
1279func (m *GitCredentialResponse_Error) MarshalToSizedBuffer(dAtA []byte) (int, error) {
1280 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected