MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / WriteString

Method WriteString

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1402–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1400}
1401
1402void JsonWriter::WriteString(LPCWSTR pStr)
1403{
1404 BeginString(pStr);
1405 EndString();
1406}
1407
1408void JsonWriter::BeginString(LPCWSTR pStr)
1409{

Callers 4

NormalBlockClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected