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

Method out

gi/arg-cache.cpp:1054–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052 return invalid(cx, G_STRFUNC);
1053 }
1054 bool out(JSContext* cx, GjsFunctionCallState*, GIArgument* arg,
1055 JS::MutableHandleValue value) override {
1056 return gjs_value_from_byte_array_gi_argument(cx, value, arg);
1057 }
1058 bool release(JSContext*, GjsFunctionCallState*,
1059 GIArgument* in_arg [[maybe_unused]],
1060 GIArgument* out_arg) override {

Callers

nothing calls this directly

Tested by

no test coverage detected