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

Method getPending

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

Source from the content-addressed store, hash-verified

129 }
130
131 getPending(key: RuntimeSecretKey): string | undefined {
132 return this.pendingSecrets.get(key);
133 }
134
135 hasPending(key: RuntimeSecretKey): boolean {
136 return this.pendingSecrets.has(key);

Callers 2

renderSecretInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected