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

Method returnObject

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

Source from the content-addressed store, hash-verified

79}
80
81std::shared_ptr<ObjectNative> DjinniPerfBenchmarkImpl::returnObject() {
82 static auto cachedReturnValue = std::make_shared<ObjectNativeImpl>();
83 return cachedReturnValue;
84}
85
86std::vector<int64_t> DjinniPerfBenchmarkImpl::returnListInt(int32_t size) {
87 static int32_t cachedReturnValueSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected