Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lo-th/Oimo.js
/ printError
Function
printError
src/core/Utils.js:5–7 ·
view source on GitHub ↗
( clazz, msg )
Source
from the content-addressed store, hash-verified
3
4
5
function
printError( clazz, msg ){
6
console.error(
"[OIMO] "
+ clazz +
": "
+ msg);
7
}
8
9
export
{ printError };
10
Callers
11
World_X.js
File · 0.90
World_X - Copie.js
File · 0.90
RigidBody.js
File · 0.90
World.js
File · 0.90
RigidBody_X.js
File · 0.90
CollisionDetector.js
File · 0.90
Proxy.js
File · 0.90
BroadPhase_X.js
File · 0.90
BroadPhase.js
File · 0.90
Constraint.js
File · 0.90
Shape.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected