Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
20
export
interface
SecretStore {
21
get(secretName: string): Promise<string | undefined>;
22
set(secretName: string, secretValue: string): Promise<void>;
23
}
24
Callers
15
findById
Method · 0.65
findById
Method · 0.65
findById
Method · 0.65
on
Method · 0.65
off
Method · 0.65
processEvent
Method · 0.65
updateProduct
Method · 0.65
deleteProduct
Method · 0.65
sendEmailToSubscribers
Method · 0.65
addToCart
Method · 0.65
toggleTodo
Method · 0.65
updateTodoText
Method · 0.65
Implementers
1
ServiceContainer
extensions/cli/src/services/ServiceCon
Calls
no outgoing calls
Tested by
1
setupRoutes
Method · 0.52