()
| 816 | const Proto = { |
| 817 | [TypeId]: { _Requirements: identity }, |
| 818 | pipe() { |
| 819 | return pipeArguments(this, arguments) |
| 820 | }, |
| 821 | addDependency(this: Any) { |
| 822 | return userDefinedProto({ ...this }) |
| 823 | }, |
nothing calls this directly
no test coverage detected