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

Method SetPartialSkipCache

IDEHelper/Compiler/BfSystem.h:1376–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374 }
1375
1376 void SetPartialSkipCache(int partialIdx, int mapToIdx)
1377 {
1378 while (partialIdx >= mPartialSkipCache.mSize)
1379 mPartialSkipCache.Add(SkipEntry());
1380 mPartialSkipCache[partialIdx] = SkipEntry(mapToIdx, mRevision);
1381 }
1382};
1383
1384enum BfTargetType

Callers 1

FindTypeDefMethod · 0.80

Calls 2

SkipEntryClass · 0.85
AddMethod · 0.45

Tested by

no test coverage detected