Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ hasObject
Method
hasObject
sdk/typescript/src/module/executor.ts:34–36 ·
view source on GitHub ↗
(object: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
hasObject(object: string): boolean {
35
return
!!this.daggerModule.objects[object]
36
}
37
38
buildClass(object: string, state: State): any {
39
const
daggerObject = this.daggerModule.objects[object]
Callers
1
loadValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected