| 765 | } |
| 766 | |
| 767 | void TextFileInfo::getSourceAndLength ( const char * & src, uint32_t & len ) { |
| 768 | src = source; |
| 769 | len = sourceLength; |
| 770 | } |
| 771 | |
| 772 | void TextFileInfo::freeSourceData() { |
| 773 | FileInfo::freeSourceData(); |
no outgoing calls
no test coverage detected