MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / toString

Function toString

engine/source/meta_parser/parser/meta/meta_utils.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8
9 void toString(const CXString& str, std::string& output)
10 {
11 auto cstr = clang_getCString(str);
12
13 output = cstr;
14
15 clang_disposeString(str);
16 }
17
18 std::string getQualifiedName(const CursorType& type) { return type.GetDisplayName(); }
19

Callers 4

getSpellingMethod · 0.50
getDisplayNameMethod · 0.50
getSourceFileMethod · 0.50
GetDisplayNameMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected