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:840–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
838
static constexpr int64_t kMaxImportRecursionLevel = 64;
839
840
Status InvalidFormatString(std::string_view v) {
841
return Status::Invalid(
"Invalid or unsupported format string: '"
, v,
"'"
);
842
}
843
844
class FormatStringParser {
845
public:
Callers
1
Invalid
Method · 0.85
Calls
1
Invalid
Function · 0.50
Tested by
no test coverage detected