Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TStrSpnImpl
Method
TStrSpnImpl
util/string/strspn.h:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
class TStrSpnImpl {
9
public:
10
inline TStrSpnImpl(const char* b, const char* e) {
11
Init(b, e);
12
}
13
14
inline TStrSpnImpl(const char* s) {
15
Init(s, TCStringEndIterator());
Callers
nothing calls this directly
Calls
2
TCStringEndIterator
Class · 0.85
Init
Function · 0.50
Tested by
no test coverage detected