Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ChangeIds
Method
ChangeIds
Source/Engine/Serialization/JsonTools.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void JsonTools::ChangeIds(Document& doc, const Dictionary<Guid, Guid>& mapping)
83
{
84
if (mapping.IsEmpty())
85
return;
86
PROFILE_CPU();
87
::ChangeIds(doc, doc, mapping);
88
}
89
90
Float2 JsonTools::GetFloat2(const Value& value)
91
{
Callers
nothing calls this directly
Calls
2
ChangeIds
Function · 0.85
IsEmpty
Method · 0.45
Tested by
no test coverage detected