MCPcopy
hub / github.com/koala73/worldmonitor / hasPending

Method hasPending

src/services/settings-manager.ts:135–137  ·  view source on GitHub ↗
(key: RuntimeSecretKey)

Source from the content-addressed store, hash-verified

133 }
134
135 hasPending(key: RuntimeSecretKey): boolean {
136 return this.pendingSecrets.has(key);
137 }
138
139 deletePending(key: RuntimeSecretKey): void {
140 this.pendingSecrets.delete(key);

Callers 5

renderFeatureSectionFunction · 0.80
renderSecretInputFunction · 0.80
updateFeatureCardStatusFunction · 0.80
handleSearchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected