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

Method build_args_array

gjs/context.cpp:790–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790JSObject* GjsContextPrivate::build_args_array() {
791 return gjs_build_string_array(m_cx, m_args);
792}
793
794static void gjs_context_get_property(GObject* object, unsigned prop_id,
795 GValue* value, GParamSpec* pspec) {

Callers 1

get_program_argsFunction · 0.80

Calls 1

gjs_build_string_arrayFunction · 0.85

Tested by

no test coverage detected