Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetToken
Method
GetToken
library/cpp/yson/lexer.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
size_t GetToken(const TStringBuf& data, TToken* token) {
23
return Impl->GetToken(data, token);
24
}
25
};
26
27
////////////////////////////////////////////////////////////////////////////////
Callers
nothing calls this directly
Calls
1
GetToken
Method · 0.45
Tested by
no test coverage detected