MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / print_usage

Function print_usage

Processor/BaseMachine.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22thread_local const Program* BaseMachine::program = 0;
23
24void print_usage(ostream& o, const char* name, size_t capacity)
25{
26 if (capacity)
27 o << name << "=" << capacity << " ";
28}
29
30BaseMachine& BaseMachine::s()
31{

Callers 2

print_usageMethod · 0.85
Sub_Main_FuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected