MCPcopy Create free account
hub / github.com/COVESA/vsomeip / create_policy

Method create_policy

implementation/security/src/policy_manager_impl.cpp:1158–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158std::shared_ptr<policy> policy_manager_impl::create_policy() const {
1159 return std::make_shared<policy>();
1160}
1161
1162void policy_manager_impl::print_policy(const std::shared_ptr<policy>& _policy) const {
1163

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected