Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ asOptional
Method
asOptional
valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:431–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
ValueSchema ValueSchema::asOptional() const {
432
return ValueSchema::optional(*this);
433
}
434
435
ValueSchema ValueSchema::asNonOptional() const {
436
return ValueSchema::nonOptional(*this);
Callers
3
syncSchemaResultFlags
Function · 0.80
TEST
Function · 0.80
Optional
Class · 0.80
Calls
1
optional
Function · 0.85
Tested by
1
TEST
Function · 0.64