()
| 64 | } |
| 65 | |
| 66 | func newTestFunctionManagerImpl() fs.FunctionManager { |
| 67 | return &testFunctionManagerImpl{ |
| 68 | functions: make(map[fs.NamespacedName]*model.Function), |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | func createTestFunction(name string) *model.Function { |
| 73 | return &model.Function{ |
no outgoing calls
no test coverage detected