MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / getParserId

Method getParserId

external/nvImageCodec/src/image_parser.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 parser_desc_->destroy(parser_);
30 }
31 std::string ImageParser::getParserId() const {
32 return parser_desc_->id;
33 }
34
35 std::string ImageParser::getCodecName() const {
36 return parser_desc_->codec;

Callers 2

createParserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected