MCPcopy
hub / github.com/continuedev/continue / get

Method get

packages/config-yaml/src/interfaces/index.ts:21–21  ·  view source on GitHub ↗
(secretName: string)

Source from the content-addressed store, hash-verified

19 */
20export interface SecretStore {
21 get(secretName: string): Promise<string | undefined>;
22 set(secretName: string, secretValue: string): Promise<void>;
23}
24

Callers 15

findByIdMethod · 0.65
findByIdMethod · 0.65
findByIdMethod · 0.65
onMethod · 0.65
offMethod · 0.65
processEventMethod · 0.65
updateProductMethod · 0.65
deleteProductMethod · 0.65
addToCartMethod · 0.65
toggleTodoMethod · 0.65
updateTodoTextMethod · 0.65

Implementers 1

ServiceContainerextensions/cli/src/services/ServiceCon

Calls

no outgoing calls

Tested by 1

setupRoutesMethod · 0.52