MCPcopy Create free account
hub / github.com/BabitMF/bmf / copyFrom

Method copyFrom

bmf/hmp/java/src/main/java/com/bytedance/hmp/Image.java:121–124  ·  view source on GitHub ↗
(Image from)

Source from the content-addressed store, hash-verified

119 }
120
121 public void copyFrom(Image from)
122 {
123 Api.image_copy_from(ptr, from.getPtr());
124 }
125
126 public Image clone()
127 {

Callers 1

testDataCopyMethod · 0.95

Calls 2

image_copy_fromMethod · 0.95
getPtrMethod · 0.80

Tested by 1

testDataCopyMethod · 0.76