Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ operator*
Method
operator*
PanzerChasm/time.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
{}
113
114
Time Time::operator*( const unsigned int scale ) const
115
{
116
return Time( time_ * int(scale) );
117
}
118
119
Time operator*( const unsigned int scale, const Time& time )
120
{
Callers
nothing calls this directly
Calls
1
Time
Class · 0.85
Tested by
no test coverage detected