Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsValid
Method
IsValid
Source/Engine/Tools/AudioTool/MP3Decoder.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool MP3Decoder::IsValid(ReadStream* stream, uint32 offset)
84
{
85
// TODO: check MP3 format
86
CRASH;
87
return false;
88
}
Callers
7
TestGuid.cpp
File · 0.45
ProcessGroupMaterial
Method · 0.45
sampleTextureRaw
Method · 0.45
ProcessGroupTextures
Method · 0.45
MaterialLayer
Method · 0.45
ProcessGroupLayers
Method · 0.45
Add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected