MCPcopy 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
22ScanStatus::ScanStatus()
23{
24 scanning = false;
25}
26
27ScanStatus::~ScanStatus()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected