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

Method release

gi/arg-cache.cpp:1078–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076 flags());
1077 }
1078 bool release(JSContext*, GjsFunctionCallState* state, GIArgument* in_arg,
1079 GIArgument* out_arg [[maybe_unused]]) override {
1080 if (!state->call_completed() || m_transfer != GI_TRANSFER_NOTHING)
1081 return true;
1082
1083 gjs_gi_argument_release_byte_array(in_arg);
1084 return true;
1085 }
1086};
1087
1088struct ByteArrayOut : ByteArrayReturn, Positioned {

Callers

nothing calls this directly

Calls 2

call_completedMethod · 0.80

Tested by

no test coverage detected