Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chris2511/xca
/ BioByteArray
Method
BioByteArray
lib/BioByteArray.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
public:
29
BioByteArray(const QByteArray &qba) : store(qba) { }
30
BioByteArray(const BioByteArray &bba) : store(bba.byteArray()) { }
31
BioByteArray(const BIGNUM *bn, int len = 0);
32
BioByteArray() { }
Callers
nothing calls this directly
Calls
1
byteArray
Method · 0.80
Tested by
no test coverage detected