MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Name

Method Name

src/TextReader.h:119–119  ·  view source on GitHub ↗

Return the type name of the class

Source from the content-addressed store, hash-verified

117
118 /// Return the type name of the class
119 std::string Name() override { return "TextReader"; };
120
121 // Get and Set JSON methods
122 std::string Json() const override; ///< Generate JSON string of this object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected