Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ at_path
Function
at_path
src/toml.hpp:4444–4448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4442
}
4443
4444
TOML_NODISCARD
4445
node_view at_path(std::string_view path) const noexcept
4446
{
4447
return node_ ? node_->at_path(path) : node_view{};
4448
}
4449
4450
TOML_NODISCARD
4451
node_view at_path(const toml::path& path) const noexcept
Callers
1
toml.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected