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