| 577 | } |
| 578 | |
| 579 | bool hasFileAssociation(std::string filename) |
| 580 | { |
| 581 | if (source == SOURCE_MEMORY && filename == "") //No association to a file |
| 582 | return false; |
| 583 | |
| 584 | return true; |
| 585 | } |
| 586 | |
| 587 | ///Output |
| 588 | //Creates a section as a string |
nothing calls this directly
no outgoing calls
no test coverage detected