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

Method identifier_check

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

Source from the content-addressed store, hash-verified

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),
20 ::djinni::I32::fromCpp(r),
21 ::djinni::I64::fromCpp(jret));
22 checkError(ret);
23 return ::djinni::F64::toCpp(ret.as<double>());
24}
25
26std::string NativeClientInterface::JsProxy::return_str() {
27 auto ret = callMethod("returnStr");

Callers

nothing calls this directly

Calls 1

fromCppFunction · 0.50

Tested by

no test coverage detected