MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / NativeArray

Method NativeArray

tests/gtest/gtest.h:7529–7531  ·  view source on GitHub ↗

Constructs from a native array. References the source.

Source from the content-addressed store, hash-verified

7527
7528 // Constructs from a native array. References the source.
7529 NativeArray(const Element* array, size_t count, RelationToSourceReference) {
7530 InitRef(array, count);
7531 }
7532
7533 // Constructs from a native array. Copies the source.
7534 NativeArray(const Element* array, size_t count, RelationToSourceCopy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected