Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Rest
Method
Rest
cpp/src/arrow/c/bridge.cc:849–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
847
char Next() { return view_[index_++]; }
848
849
std::string_view Rest() { return view_.substr(index_); }
850
851
Status CheckNext(char c) {
852
if (AtEnd() || Next() != c) {
Callers
1
ProcessTimestamp
Method · 0.80
Calls
1
substr
Method · 0.80
Tested by
no test coverage detected