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

Function Read

modules/engine/runtime/include/SkrRT/serde/json/reader.h:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240{
241template <class T>
242error_code Read(simdjson::ondemand::value&& json, T& value)
243{
244 return ReadTrait<T>::Read(std::move(json), value);
245}
246} // namespace skr::json
247
248// serde complete check

Callers 15

ReadByIndexMethod · 0.70
OpenProjectMethod · 0.50
LoadImporterMethod · 0.50
EnsureCookedMethod · 0.50
ImportAssetMethod · 0.50
RegisterImporterMethod · 0.50
LoadConfigFunction · 0.50
ImportMethod · 0.50
ImportMethod · 0.50
ImportMethod · 0.50
ImportMethod · 0.50
ArchiveFunction · 0.50

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected