Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ cameraImageNotify
Method
cameraImageNotify
src/main/java/VCard/VCardEdit.java:173–176 ·
view source on GitHub ↗
(byte[] capturedPhoto)
Source
from the content-addressed store, hash-verified
171
//#endif
172
173
public
void
cameraImageNotify(byte[] capturedPhoto) {
174
vcard.setPhoto(capturedPhoto);
175
setPhoto();
176
}
177
178
private
void
setPhoto() {
179
try {
Callers
nothing calls this directly
Calls
1
setPhoto
Method · 0.95
Tested by
no test coverage detected