(key: string, value: unknown)
| 78 | } |
| 79 | |
| 80 | set(key: string, value: unknown) { |
| 81 | this.store[key] = value |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | function config(attention: Partial<AttentionConfig["attention"]> = {}): AttentionConfig { |
no outgoing calls
no test coverage detected