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

Function Traverse

IntelPresentMon/AppCef/source/util/CefValues.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 CefValueTraverser Traverse(CefRefPtr<CefValue> pVal) noexcept
131 {
132 return { std::move(pVal) };
133 }
134
135 std::wstring CefValueTraverser::AsWString() const
136 {

Callers 6

Dump_Method · 0.85
DispatchInvocationMethod · 0.85
ResolveInvocationMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85
ExecuteOnRendererMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected