MCPcopy Create free account
hub / github.com/Snapchat/djinni / returnArrayInt

Method returnArrayInt

perftest/handwritten-src/cpp/DjinniPerfBenchmarkImpl.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::vector<int64_t> DjinniPerfBenchmarkImpl::returnArrayInt(int32_t size) {
100 return returnListInt(size);
101}
102
103std::vector<std::shared_ptr<ObjectNative>> DjinniPerfBenchmarkImpl::returnListObject(int32_t size) {
104 static int32_t cachedReturnValueSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected