MCPcopy Create free account
hub / github.com/ByConity/ByConity / generate

Method generate

programs/obfuscator/Obfuscator.cpp:1031–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029 }
1030
1031 Columns generate(const Columns & columns)
1032 {
1033 size_t size = columns.size();
1034 Columns res(size);
1035 for (size_t i = 0; i < size; ++i)
1036 res[i] = models[i]->generate(*columns[i]);
1037 return res;
1038 }
1039
1040 void updateSeed()
1041 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
generateMethod · 0.45

Tested by

no test coverage detected