(string module)
| 8 | public List<CppFunction> functions = new List<CppFunction>(); |
| 9 | |
| 10 | public CSModule(string module) => this.module = module; |
| 11 | |
| 12 | public void AddFunction(CppFunction fn) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected