MCPcopy Create free account
hub / github.com/FastLED/FastLED / get_result

Method get_result

src/fl/stl/json.cpp.hpp:1076–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074 }
1075
1076 fl::shared_ptr<json_value> get_result() {
1077 return mRoot ? mRoot : fl::make_shared<json_value>(nullptr);
1078 }
1079};
1080
1081} // namespace

Callers 1

parse2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected