Removes (destroys / deletes) resource from this store
(subject: string)
| 252 | |
| 253 | /** Removes (destroys / deletes) resource from this store */ |
| 254 | removeResource(subject: string): void { |
| 255 | this.resources.delete(subject); |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Changes the Subject of a Resource. Checks if the new name is already taken, |
no outgoing calls
no test coverage detected