Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getCachedFullStateDiagMatrs
Function
getCachedFullStateDiagMatrs
tests/utils/cache.cpp:198–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
matrixCache getCachedFullStateDiagMatrs() {
199
200
// must not be called pre-creation nor post-destruction
201
DEMAND( !matrices.empty() );
202
203
return matrices;
204
}
205
206
207
/*
Callers
3
operations.cpp
File · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected