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

Function gjs_byte_array_get_byte_array

gjs/byteArray.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198GByteArray* gjs_byte_array_get_byte_array(JSObject* obj) {
199 return g_bytes_unref_to_array(gjs_byte_array_get_bytes(obj));
200}
201
202static JSFunctionSpec gjs_byte_array_module_funcs[] = {
203 JS_FN("fromString", from_string_func, 2, 0),

Calls 1

gjs_byte_array_get_bytesFunction · 0.85

Tested by

no test coverage detected