MCPcopy Create free account
hub / github.com/beefytech/Beef / SkipEntry

Class SkipEntry

IDEHelper/Compiler/BfSystem.h:1314–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312{
1313public:
1314 struct SkipEntry
1315 {
1316 public:
1317 int mIndex;
1318 int mRevision;
1319
1320 public:
1321 SkipEntry()
1322 {
1323 mIndex = -1;
1324 mRevision = -1;
1325 }
1326
1327 SkipEntry(int index, int revision)
1328 {
1329 mIndex = index;
1330 mRevision = revision;
1331 }
1332 };
1333
1334 Array<SkipEntry> mPartialSkipCache;
1335 int mRevision;

Callers 1

SetPartialSkipCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected