Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ IsValid
Method
IsValid
framework/src/bundle/BundleResource.cpp:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
bool
164
BundleResource::IsValid() const
165
{
166
return d->archive && d->archive->IsValid() && d->stat.index > -1;
167
}
168
169
BundleResource::operator bool() const { return IsValid(); }
170
Callers
1
operator==
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected