MCPcopy Create free account
hub / github.com/OISF/libhtp / NativeArray

Method NativeArray

test/gtest/gtest.h:7720–7722  ·  view source on GitHub ↗

Constructs from a native array.

Source from the content-addressed store, hash-verified

7718
7719 // Constructs from a native array.
7720 NativeArray(const Element* array, size_t count, RelationToSource relation) {
7721 Init(array, count, relation);
7722 }
7723
7724 // Copy constructor.
7725 NativeArray(const NativeArray& rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected