Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andybarry/makerscanner
/ ScanStatus
Method
ScanStatus
ScanStatus.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"ScanStatus.h"
21
22
ScanStatus::ScanStatus()
23
{
24
scanning = false;
25
}
26
27
ScanStatus::~ScanStatus()
28
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected