MCPcopy Create free account
hub / github.com/Gregwar/fatcat / FatDiff

Method FatDiff

src/table/FatDiff.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8FatDiff::FatDiff(FatSystem &system)
9 : FatModule(system)
10{
11}
12
13bool FatDiff::compare()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected