MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / DeferredGraphModifier

Function DeferredGraphModifier

src/unflat.cpp:1122–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120 int fixEntryBlock;
1121
1122 DeferredGraphModifier(mbl_array_t* _mba) : mba(_mba), fixEntryBlock(0) {}
1123
1124 void Remove(int src, int dest) {
1125 if (dest == mba->qty - 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected