Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_comment
Method
on_comment
test/basic_parser.cpp:988–992 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
986
return true;
987
}
988
bool on_comment( string_view s, system::error_code& )
989
{
990
captured.append(s.data(), s.size());
991
return true;
992
}
993
};
994
995
basic_parser<handler> p_;
Callers
nothing calls this directly
Calls
3
append
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected