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

Method clone

bmf/hmp/java/src/main/java/com/bytedance/hmp/Frame.java:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 public Frame clone()
132 {
133 return Frame.wrap(Api.frame_clone(ptr), true);
134 }
135
136 public Frame crop(int left, int top, int width, int height)
137 {

Callers 1

testDataCopyMethod · 0.95

Calls 2

wrapMethod · 0.95
frame_cloneMethod · 0.95

Tested by 1

testDataCopyMethod · 0.76