(name: string, hints: SessionRuntimeHints)
| 43 | } |
| 44 | |
| 45 | setRuntimeHints(name: string, hints: SessionRuntimeHints): void { |
| 46 | this.runtimeHints.set(name, hints); |
| 47 | } |
| 48 | |
| 49 | clearRuntimeHints(name: string): boolean { |
| 50 | return this.runtimeHints.delete(name); |
no test coverage detected