| 127 | } |
| 128 | |
| 129 | String ConfigObjectUtility::EscapeName(const String& name) |
| 130 | { |
| 131 | return Utility::EscapeString(name, "<>:\"/\\|?*", true); |
| 132 | } |
| 133 | |
| 134 | String ConfigObjectUtility::CreateObjectConfig(const Type::Ptr& type, const String& fullName, |
| 135 | bool ignoreOnError, const Array::Ptr& templates, const Dictionary::Ptr& attrs) |
nothing calls this directly
no outgoing calls
no test coverage detected