| 529 | // A struct to hold and retrieve the graphs that are exported / imported |
| 530 | struct FunctionTable { |
| 531 | FunctionTable(bool shapeless = false) : shapeless(shapeless) {}; |
| 532 | struct Function { |
| 533 | Function( |
| 534 | std::vector<std::string> kwarg_keys, |
nothing calls this directly
no outgoing calls
no test coverage detected