Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ InvalidFormatString
Function
InvalidFormatString
cpp/src/arrow/c/bridge.cc:835–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
static constexpr int64_t kMaxImportRecursionLevel = 64;
834
835
Status InvalidFormatString(std::string_view v) {
836
return Status::Invalid(
"Invalid or unsupported format string: '"
, v,
"'"
);
837
}
838
839
class FormatStringParser {
840
public:
Callers
1
Invalid
Method · 0.85
Calls
1
Invalid
Function · 0.50
Tested by
no test coverage detected