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

Method initialize_copy

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

Source from the content-addressed store, hash-verified

9501 end
9502
9503 def initialize_copy(other)
9504 super(other)
9505 @f1000 = other.f1000
9506 @f1001 = other.f1001
9507 @f1002 = other.f1002
9508 @f1003 = other.f1003
9509 @f1004 = other.f1004
9510 @f1005 = other.f1005
9511 @f1006 = other.f1006
9512 @f1007 = other.f1007
9513 @f1008 = other.f1008
9514 @f1009 = other.f1009
9515 @f1010 = other.f1010
9516 @f1011 = other.f1011
9517 end
9518
9519 # Struct shallow copy
9520 def copy(other)

Callers

nothing calls this directly

Calls 12

f1000Method · 0.45
f1001Method · 0.45
f1002Method · 0.45
f1003Method · 0.45
f1004Method · 0.45
f1005Method · 0.45
f1006Method · 0.45
f1007Method · 0.45
f1008Method · 0.45
f1009Method · 0.45
f1010Method · 0.45
f1011Method · 0.45

Tested by

no test coverage detected