MCPcopy Create free account
hub / github.com/assimp/assimp / GetRemoteDocument

Method GetRemoteDocument

test/unit/utglTF2ImportExport.cpp:993–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991 }
992
993 const rapidjson::SchemaDocument* GetRemoteDocument(const char* uri, rapidjson::SizeType) override {
994 if (m_schemaName == uri) {
995 return m_schema.get();
996 }
997 return nullptr;
998 }
999
1000 private:
1001 std::string m_schemaName;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected