Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getHour
Method
getHour
Lab_13/main1.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
second = s;
24
}
25
int getHour() const
26
{
27
return hour;
28
}
29
int getMinute() const
30
{
31
return minute;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected