MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / defined

Method defined

openvpn/buffer/buffer.hpp:235–235  ·  view source on GitHub ↗

return true if array is not empty

Source from the content-addressed store, hash-verified

233
234 // return true if array is not empty
235 bool defined() const { return size_ > 0; }
236
237 // return true if data memory is defined
238 bool allocated() const { return data_ != nullptr; }

Callers 1

c_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected