Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ Validate
Method
Validate
openpgl/include/openpgl/cpp/Field.h:212–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
OPENPGL_INLINE bool Field::Validate() const
213
{
214
OPENPGL_ASSERT(m_fieldHandle);
215
return pglFieldValidate(m_fieldHandle);
216
}
217
218
OPENPGL_INLINE bool Field::operator==(const Field &b) const
219
{
Callers
10
validate_field
Function · 0.45
bench_lookup_sample
Function · 0.45
fit_field
Function · 0.45
update_field
Function · 0.45
merge_samples
Function · 0.45
validate_field
Function · 0.45
validate_samples
Function · 0.45
compare_samples
Function · 0.45
compare_fields
Function · 0.45
update_compare_fields
Function · 0.45
Calls
1
pglFieldValidate
Function · 0.85
Tested by
no test coverage detected