MCPcopy Create free account
hub / github.com/catboost/catboost / HidePointerOrigin

Function HidePointerOrigin

util/generic/hide_ptr.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "hide_ptr.h"
2
3void* HidePointerOrigin(void* ptr) {
4 return ptr;
5}

Callers 2

cow_string.hFile · 0.85
string.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected