Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ max_size
Method
max_size
base/string/string_piece.h:187–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
size_type max_size() const { return m_length; }
188
size_type capacity() const { return m_length; }
189
190
size_type copy(char* buf, size_type n, size_type pos = 0) const;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64