MCPcopy Create free account
hub / github.com/tiann/hapi / getMachine

Method getMachine

hub/src/sync/syncEngine.ts:225–227  ·  view source on GitHub ↗
(machineId: string)

Source from the content-addressed store, hash-verified

223 }
224
225 getMachine(machineId: string): Machine | undefined {
226 return this.machineCache.getMachine(machineId)
227 }
228
229 getMachineByNamespace(machineId: string, namespace: string): Machine | undefined {
230 return this.machineCache.getMachineByNamespace(machineId, namespace)

Callers 6

resolveMachineAccessFunction · 0.45
resolveNamespaceMethod · 0.45
createEventsRoutesFunction · 0.45
requireMachineFunction · 0.45
createCliRoutesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected