Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ stub_name
Function
stub_name
tools/xml2cpp-codegen/generator_utils.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
std::string stub_name(const std::string& name)
27
{
28
return
"_"
+ underscorize(name) +
"_stub"
;
29
}
30
31
const char *atomic_type_to_string(char t)
32
{
Callers
nothing calls this directly
Calls
1
underscorize
Function · 0.85
Tested by
no test coverage detected