Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assimp/assimp
/ Element
Method
Element
code/AssetLib/Assjson/json_exporter.cpp:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
template <typename Literal>
82
void Element(const Literal &name) {
83
AddIndentation();
84
Delimit();
85
86
LiteralToString(buff, name) << newline;
87
}
88
89
template <typename Literal>
90
void SimpleValue(const Literal &s) {
Callers
1
Write
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected