Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assimp/assimp
/ SimpleValue
Method
SimpleValue
code/AssetLib/Assjson/json_exporter.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template <typename Literal>
90
void SimpleValue(const Literal &s) {
91
LiteralToString(buff, s) << newline;
92
}
93
94
void SimpleValue(const void *buffer, size_t len) {
95
base64_encodestate s;
Callers
2
Write
Function · 0.80
WriteFormatInfo
Function · 0.80
Calls
4
base64_init_encodestate
Function · 0.85
base64_encode_block
Function · 0.85
base64_encode_blockend
Function · 0.85
max
Function · 0.50
Tested by
no test coverage detected