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

Method clone

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

Source from the content-addressed store, hash-verified

124 }
125
126 public Image clone()
127 {
128 return Image.wrap(Api.image_clone(ptr), true);
129 }
130
131 public Image crop(int left, int top, int width, int height)
132 {

Callers 1

testDataCopyMethod · 0.95

Calls 2

wrapMethod · 0.95
image_cloneMethod · 0.95

Tested by 1

testDataCopyMethod · 0.76