MCPcopy Create free account
hub / github.com/chris2511/xca / byteArray

Method byteArray

lib/BioByteArray.cpp:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98QByteArray BioByteArray::byteArray() const
99{
100 if (read_only || !read_write)
101 return store;
102 /* "read_write" Bio may differ from "store" */
103 const char *p;
104 int l = BIO_get_mem_data(read_write, &p);
105 return QByteArray(p, l);
106}
107
108int BioByteArray::size() const
109{

Callers 9

writeTaggedPEMMethod · 0.80
BioByteArray.cppFile · 0.80
toExportDataMethod · 0.80
BioByteArrayMethod · 0.80
setMethod · 0.80
addMethod · 0.80
bio_roMethod · 0.80
bio_wrMethod · 0.80
bio_BNMethod · 0.80

Calls

no outgoing calls

Tested by 5

setMethod · 0.64
addMethod · 0.64
bio_roMethod · 0.64
bio_wrMethod · 0.64
bio_BNMethod · 0.64