MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / initialize_copy

Method initialize_copy

projects/Ruby/proto/test.rb:10827–10831  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

10825 end
10826
10827 def initialize_copy(other)
10828 @f1 = other.f1
10829 @f2 = other.f2
10830 @f3 = other.f3
10831 end
10832
10833 # Struct shallow copy
10834 def copy(other)

Callers

nothing calls this directly

Calls 3

f1Method · 0.45
f2Method · 0.45
f3Method · 0.45

Tested by

no test coverage detected