Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ operator==
Method
operator==
tools/parser/block_processor.cpp:510–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
size_t subStepNum;
509
510
bool operator==(const StepNum &o) const {
511
return threadNum == o.threadNum && subStepNum == o.subStepNum;
512
}
513
};
514
515
namespace std {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected