Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ hasLocation
Method
hasLocation
test/parser.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
{
22
public:
23
bool
24
hasLocation(std::error_code const&)
25
{
26
return true;
27
}
28
29
bool
30
hasLocation(system::error_code const& ec)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected