MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / ssprintf

Method ssprintf

src/core/impl/common.cpp:386–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386std::string mgb::ssprintf(const char* fmt, ...) {
387 va_list ap;
388 va_start(ap, fmt);
389 auto rst = svsprintf(fmt, ap);
390 va_end(ap);
391 return rst;
392}
393
394// vim: syntax=cpp.doxygen foldmethod=marker foldmarker=f{{{,f}}}

Callers

nothing calls this directly

Calls 1

svsprintfFunction · 0.50

Tested by

no test coverage detected