Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openwrt/luci
/ getData
Method
getData
libs/nixio/axTLS/bindings/java/SSLReadHolder.java:55–58 ·
view source on GitHub ↗
@brief Retrieve the reference to the read data.
()
Source
from the content-addressed store, hash-verified
53
* @brief Retrieve the reference to the read data.
54
*/
55
public
byte[] getData()
56
{
57
return
m_buf;
58
}
59
60
private
byte[] m_buf;
61
}
Callers
1
do_server
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected