MCPcopy Create free account
hub / github.com/GNOME/gjs / in

Method in

gi/arg-cache.cpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 uint32_t m_fixed_size = -1;
347
348 static bool in(JSContext* cx, GITypeTag element_tag, GIArgument* arg,
349 const char* arg_name, GjsArgumentFlags flags,
350 JS::HandleValue value) {
351 return gjs_value_to_basic_array_gi_argument(
352 cx, value, element_tag, GI_ARRAY_TYPE_C, arg, arg_name,
353 GJS_ARGUMENT_ARGUMENT, flags);
354 }
355
356 bool out(JSContext* cx, GITypeTag element_tag, GIArgument* arg,
357 JS::MutableHandleValue value) const {

Callers

nothing calls this directly

Tested by

no test coverage detected