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

Method first_arg_offset

gi/function.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 GjsFunctionCallState& operator=(const GjsFunctionCallState&) = delete;
128
129 constexpr int first_arg_offset() const { return is_method ? 2 : 1; }
130
131 // The list always contains the return value, and the arguments
132 constexpr GIArgument* instance() {

Callers 1

finish_invokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected