Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ DynamicOptional
Struct
DynamicOptional
dagql/nullables.go:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
type
DynamicOptional
struct
{
177
Elem Input
178
Value Input
179
Valid bool
180
}
181
182
var
_ Input = DynamicOptional{}
183
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected