MCPcopy Create free account
hub / github.com/PierreBeucher/cloudypad / getInstanceManager

Function getInstanceManager

src/cli/program.ts:67–72  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

65}
66
67async function getInstanceManager(name: string): Promise<InstanceManager> {
68 const instanceManagerBuilder = new InstanceManagerBuilder({
69 config: getCoreConfig(),
70 })
71 return instanceManagerBuilder.buildInstanceManager(name)
72}
73
74export function buildProgram(){
75

Callers 1

buildProgramFunction · 0.85

Calls 2

buildInstanceManagerMethod · 0.95
getCoreConfigFunction · 0.85

Tested by

no test coverage detected