Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
241
template <class T>
242
error_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
ReadByIndex
Method · 0.70
OpenProject
Method · 0.50
LoadImporter
Method · 0.50
EnsureCooked
Method · 0.50
ImportAsset
Method · 0.50
RegisterImporter
Method · 0.50
LoadConfig
Function · 0.50
Import
Method · 0.50
Import
Method · 0.50
Import
Method · 0.50
Import
Method · 0.50
Archive
Function · 0.50
Calls
1
move
Function · 0.50
Tested by
no test coverage detected