Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ is_valid
Method
is_valid
src/runtime/kernel_cache.cpp:165–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
bool hcf_kernel_info::is_valid() const {
166
return _parsing_successful;
167
}
168
169
170
std::size_t hcf_kernel_info::get_argument_offset(std::size_t i) const {
Callers
1
register_hcf_object
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected