MCPcopy Create free account
hub / github.com/dagger/dagger / loadInvokedObject

Function loadInvokedObject

sdk/typescript/src/module/entrypoint/load.ts:39–44  ·  view source on GitHub ↗
(
  module: DaggerModule,
  parentName: string,
)

Source from the content-addressed store, hash-verified

37 * @param parentName The name of the parent object.
38 */
39export function loadInvokedObject(
40 module: DaggerModule,
41 parentName: string,
42): DaggerObject {
43 return module.objects[parentName] as DaggerObject
44}
45
46export function loadInvokedMethod(
47 object: DaggerObject,

Callers 1

invokeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected