Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CodecByID
Function
CodecByID
library/cpp/blockcodecs/core/stream.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
const ICodec* CodecByID(TCodecID id) {
63
return Singleton<TIds>()->Find(id);
64
}
65
}
66
67
TCodedOutput::TCodedOutput(IOutputStream* out, const ICodec* c, size_t bufLen)
Callers
1
DoUnboundedNext
Method · 0.85
Calls
1
Find
Method · 0.45
Tested by
no test coverage detected