Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ convert_fmt_str
Function
convert_fmt_str
compiler/tools/kernel_exporter/utils.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <iostream>
4
5
inline constexpr const char* convert_fmt_str(const char* fmt) {
6
return fmt;
7
}
8
9
std::string svsprintf(const char* fmt, va_list ap_orig) {
10
fmt = convert_fmt_str(fmt);
Callers
1
svsprintf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected