| 1032 | } |
| 1033 | |
| 1034 | ImportedFunction import_function(const std::string& file) { |
| 1035 | return ImportedFunction{file}; |
| 1036 | } |
| 1037 | |
| 1038 | ImportedFunction::ImportedFunction(const std::string& file) |
| 1039 | : ftable(std::make_shared<FunctionTable>()) { |
no outgoing calls
no test coverage detected