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

Method fromCpp

test-suite/generated-src/wasm/NativeNestedCollection.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 return {::djinni::List<::djinni::Set<::djinni::String>>::Boxed::toCpp(j["setList"])};
10}
11auto NativeNestedCollection::fromCpp(const CppType& c) -> JsType {
12 em::val js = em::val::object();
13 js.set("setList", ::djinni::List<::djinni::Set<::djinni::String>>::Boxed::fromCpp(c.set_list));
14 return js;
15}
16
17} // namespace djinni_generated

Callers

nothing calls this directly

Calls 2

setMethod · 0.80
fromCppFunction · 0.50

Tested by

no test coverage detected