Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ trace
Method
trace
examples/extern/gmath.bundle.js:1119–1121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1117
];
1118
}
1119
trace() {
1120
return
this[0][0] + this[1][1] + this[2][2];
1121
}
1122
determinant() {
1123
return
matrix3determinant(this.ptr);
1124
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected