Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ CallbackForward
Function
CallbackForward
src/include/base/internal/cef_callback_internal.h:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
216
template <typename T>
217
typename enable_if<IsMoveOnlyType<T>::value, T>::type CallbackForward(T& t) {
218
return t.Pass();
219
}
220
221
} // namespace cef_internal
222
} // namespace base
Callers
15
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Calls
1
Pass
Method · 0.80
Tested by
no test coverage detected