()
| 1252 | await rest.create(config, auth.nobody(config), '_Installation', input); |
| 1253 | const functions = { |
| 1254 | beforeSave() {}, |
| 1255 | afterSave() {}, |
| 1256 | }; |
| 1257 | spyOn(functions, 'beforeSave').and.callThrough(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…