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

Method get_record

test-suite/generated-src/wasm/NativeClientInterface.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10::testsuite::ClientReturnedRecord NativeClientInterface::JsProxy::get_record(int64_t record_id,const std::string & utf8string,const std::experimental::optional<std::string> & misc) {
11 auto ret = callMethod("getRecord", ::djinni::I64::fromCpp(record_id),
12 ::djinni::String::fromCpp(utf8string),
13 ::djinni::Optional<std::experimental::optional, ::djinni::String>::fromCpp(misc));
14 checkError(ret);
15 return ::djinni_generated::NativeClientReturnedRecord::toCpp(ret);
16}
17
18double NativeClientInterface::JsProxy::identifier_check(const std::vector<uint8_t> & data,int32_t r,int64_t jret) {
19 auto ret = callMethod("identifierCheck", ::djinni::Binary::fromCpp(data),

Callers

nothing calls this directly

Calls 1

fromCppFunction · 0.50

Tested by

no test coverage detected