fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#298 Add at() API to the basic_node class #299

Closed fktn-k closed 6 months ago

fktn-k commented 6 months ago

This PR addresses #298 by implementing the new basic_node's at() API.
To validate the implementation, test suite has also been updated to cover the newly added lines/branches.
The API documentation has also been updated with the descriptions/examples exclusively for the new API.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8422880673

Details


Totals Coverage Status
Change from base Build 8408009895: 0.0%
Covered Lines: 3018
Relevant Lines: 3018

💛 - Coveralls