Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ TEST
Function
TEST
test/diagnostic_test.cpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); }
36
37
TEST(Diagnostic, DestroyValidDiagnostic) {
38
spv_diagnostic diagnostic = MakeValidDiagnostic();
Callers
nothing calls this directly
Calls
6
spvDiagnosticDestroy
Function · 0.85
MakeValidDiagnostic
Function · 0.85
spvDiagnosticPrint
Function · 0.85
DiagnosticStream
Class · 0.85
spv_result_t
Enum · 0.85
str
Method · 0.45
Tested by
no test coverage detected