Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Write
Method
Write
library/cpp/threading/chunk_queue/queue.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
struct TPodTypeHelper {
52
template <typename TT>
53
static void Write(T* ptr, TT&& value) {
54
*ptr = value;
55
}
56
57
static T Read(T* ptr) {
58
return *ptr;
Callers
11
Save
Method · 0.45
Save
Method · 0.45
WriteLittleEndian
Function · 0.45
AddPadding
Function · 0.45
Save
Method · 0.45
MatchOrUpdateGolden
Method · 0.45
Escape
Method · 0.45
Run
Method · 0.45
CheckAccessTest
Method · 0.45
AddEntryToCoreSearchFile
Function · 0.45
ReInitializeContext
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected