Method
post
(context: ResponseContext)
Source from the content-addressed store, hash-verified
| 36 | } |
| 37 | |
| 38 | post(context: ResponseContext): Observable<ResponseContext> { |
| 39 | return from(this.middleware.post(context)); |
| 40 | } |
| 41 | |
| 42 | } |
| 43 | |
Callers
nothing calls this directly
Tested by
no test coverage detected