Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ MangleModuleName
Method
MangleModuleName
src/c-writer.cc:859–861 ·
view source on GitHub ↗
static
Source
from the content-addressed store, hash-verified
857
858
// static
859
std::string CWriter::MangleModuleName(std::string_view name) {
860
return Mangle(name, true);
861
}
862
863
/*
864
* Allocate a C symbol (must be unused) in the SymbolSet,
Callers
nothing calls this directly
Calls
1
Mangle
Function · 0.85
Tested by
no test coverage detected