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

Method getValidationState

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

Source from the content-addressed store, hash-verified

152 }
153
154 getValidationState(key: RuntimeSecretKey): { validated?: boolean; message?: string } {
155 return {
156 validated: this.validatedKeys.get(key),
157 message: this.validationMessages.get(key),
158 };
159 }
160
161 destroy(): void {
162 this.pendingSecrets.clear();

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected