Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ apply_bsdiff_patch
Function
apply_bsdiff_patch
libminifi/include/utils/file/DiffUtils.h:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
#else
42
int apply_bsdiff_patch(const char* /*oldfile*/, const char* /*newfile*/, const char* /*patch*/) {
43
return -1;
44
}
45
46
#endif
47
Callers
1
apply_binary_diff
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected