MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / getDefault

Method getDefault

source/json_tool/json_tool.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18FormattedJson GenericInputFormat::getDefault() const {
19 return FormattedJson::ofType(Json::Type::Null);
20}
21
22FormattedJson CommaSeparatedStrings::toJson(String const& input) const {
23 if (input.trim() == "")

Callers 2

updateValueEditorMethod · 0.45
resetDefaultsMethod · 0.45

Calls 2

FormattedJsonClass · 0.85
JsonClass · 0.85

Tested by

no test coverage detected