MCPcopy Create free account
hub / github.com/assimp/assimp / Key

Method Key

code/AssetLib/Assjson/json_exporter.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void Key(const std::string &name) {
76 AddIndentation();
77 Delimit();
78 buff << '\"' + name + "\":" << space;
79 }
80
81 template <typename Literal>
82 void Element(const Literal &name) {

Callers 2

WriteFunction · 0.45
WriteFormatInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected