Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
f1
Method · 0.45
f2
Method · 0.45
f3
Method · 0.45
Tested by
no test coverage detected