MCPcopy Create free account
hub / github.com/USBGuard/usbguard / viewConfig

Method viewConfig

src/Library/KeyValueParserPrivate.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 KeyValueParserPrivate(p_instance, v, "=", case_sensitive, validate_keys) {}
51
52 void KeyValueParserPrivate::viewConfig()
53 {
54 USBGUARD_LOG(Info) << "separator -> " << this->_separator;
55 USBGUARD_LOG(Info) << "keys:";
56
57 for (auto item : this->_keys) {
58 USBGUARD_LOG(Info) << "--->"<< item;
59 }
60 }
61
62 std::pair<std::string, std::string> KeyValueParserPrivate::parseLine(std::string& str)
63 {

Callers 1

NSHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected