Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/
Class
modules/script/byteArray.js:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
var
ByteArray =
class
ByteArray {
35
constructor(arg = 0) {
36
if
(arg instanceof Uint8Array)
37
this._array = arg;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected