Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ set_parent
Method
set_parent
erpcgen/src/cpptemplate/cpptempl.hpp:210–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
bool has(const std::string &key);
209
data_ptr &parse_path(const std::string &key, bool create = false);
210
void set_parent(data_map *p) { parent = p; }
211
212
private:
213
std::unordered_map<std::string, data_ptr> data;
Callers
2
eval
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64