MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / IsNull

Method IsNull

IntelPresentMon/AppCef/source/util/CefValues.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 bool CefValueTraverser::IsNull() const
304 {
305 return pCefValue->GetType() == CefValueType::VTYPE_NULL;
306 }
307}

Callers 2

V8ToCefValueFunction · 0.80
FromV8Function · 0.80

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected