Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ Message
Method
Message
include/reactphysics3d/utils/Message.h:55–57 ·
view source on GitHub ↗
Constructor
Source
from the content-addressed store, hash-verified
53
54
/// Constructor
55
Message(std::string text, Type type = Type::Error) : text(text), type(type) {
56
57
}
58
};
59
60
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected