Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDataCopy
Method · 0.95
Calls
2
image_copy_from
Method · 0.95
getPtr
Method · 0.80
Tested by
1
testDataCopy
Method · 0.76